<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>TUI on Jonas Hestdahl</title>
    <link>https://jonash.xyz/tags/tui/</link>
    <description>Recent content in TUI on Jonas Hestdahl</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 21 May 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://jonash.xyz/tags/tui/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Yazi - a Blazing Fast Terminal File Manager written in Rust</title>
      <link>https://jonash.xyz/posts/yazi---a-blazing-fast-terminal-file-manager/</link>
      <pubDate>Tue, 21 May 2024 00:00:00 +0000</pubDate>
      
      <guid>https://jonash.xyz/posts/yazi---a-blazing-fast-terminal-file-manager/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve been using this terminal file manager for a few weeks now, and I must say; I absolutely love it!
It&amp;rsquo;s written in &lt;a

	
	
		href = &#34;https://www.rust-lang.org/&#34;

		

	

	

		target = &#34;_blank&#34;
		rel = &#34;nofollow noopener noreferrer&#34;

		&gt;
	
	&lt;span&gt;
		Rust
	&lt;/span&gt;

&lt;/a&gt;
, so all I/O operations are asynchronous, which means CPU tasks are spread across multiple threads, utilizing available resources.
And the best part; it has vim keybindings!&lt;/p&gt;
&lt;p&gt;Not convinced yet? Check out the &lt;a

	
	
		href = &#34;https://github.com/sxyazi/yazi&#34;

		

	

	

		target = &#34;_blank&#34;
		rel = &#34;nofollow noopener noreferrer&#34;

		&gt;
	
	&lt;span&gt;
		GitHub page
	&lt;/span&gt;

&lt;/a&gt;
, and scroll down a bit until you reach &amp;ldquo;example.mp4&amp;rdquo;. You&amp;rsquo;ll see a video that demonstrates some of its cool features.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>I&rsquo;ve been using this terminal file manager for a few weeks now, and I must say; I absolutely love it!
It&rsquo;s written in <a

	
	
		href = "https://www.rust-lang.org/"

		

	

	

		target = "_blank"
		rel = "nofollow noopener noreferrer"

		>
	
	<span>
		Rust
	</span>

</a>
, so all I/O operations are asynchronous, which means CPU tasks are spread across multiple threads, utilizing available resources.
And the best part; it has vim keybindings!</p>
<p>Not convinced yet? Check out the <a

	
	
		href = "https://github.com/sxyazi/yazi"

		

	

	

		target = "_blank"
		rel = "nofollow noopener noreferrer"

		>
	
	<span>
		GitHub page
	</span>

</a>
, and scroll down a bit until you reach &ldquo;example.mp4&rdquo;. You&rsquo;ll see a video that demonstrates some of its cool features.</p>
<p>You can check out other nice features <a

	
	
		href = "https://yazi-rs.github.io/features/"

		

	

	

		target = "_blank"
		rel = "nofollow noopener noreferrer"

		>
	
	<span>
		here
	</span>

</a>
, like scrollable preview, bulk rename and integration with tools like <a

	
	
		href = "https://github.com/sharkdp/fd"

		

	

	

		target = "_blank"
		rel = "nofollow noopener noreferrer"

		>
	
	<span>
		fd
	</span>

</a>
, <a

	
	
		href = "https://github.com/BurntSushi/ripgrep"

		

	

	

		target = "_blank"
		rel = "nofollow noopener noreferrer"

		>
	
	<span>
		rg
	</span>

</a>
, <a

	
	
		href = "https://github.com/jstkdng/ueberzugpp"

		

	

	

		target = "_blank"
		rel = "nofollow noopener noreferrer"

		>
	
	<span>
		ueberzugpp
	</span>

</a>
 and more.</p>
<h2 id="installation-and-quick-start">Installation and quick start</h2>
<p><a

	
	
		href = "https://yazi-rs.github.io/docs/installation/"

		

	

	

		target = "_blank"
		rel = "nofollow noopener noreferrer"

		>
	
	<span>
		https://yazi-rs.github.io/docs/installation/
	</span>

</a>
</p>
<p>Good luck!</p>
<h2 id="links">Links:</h2>
<p>202405211803</p>
<p><a

	
	
		href = "https://github.com/sxyazi/yazi"

		

	

	

		target = "_blank"
		rel = "nofollow noopener noreferrer"

		>
	
	<span>
		https://github.com/sxyazi/yazi
	</span>

</a>
</p>
<p><a

	
	
		href = "https://yazi-rs.github.io/"

		

	

	

		target = "_blank"
		rel = "nofollow noopener noreferrer"

		>
	
	<span>
		https://yazi-rs.github.io/
	</span>

</a>
</p>
]]></content:encoded>
    </item>
    
  </channel>
</rss>
