<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Fzf &#8211; A Quick Fuzzy File Search from Linux Terminal	</title>
	<atom:link href="https://www.tecmint.com/fzf-fuzzy-file-search-from-linux-terminal/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/fzf-fuzzy-file-search-from-linux-terminal/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 13 Jul 2023 18:10:35 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: S		</title>
		<link>https://www.tecmint.com/fzf-fuzzy-file-search-from-linux-terminal/comment-page-1/#comment-1986740</link>

		<dc:creator><![CDATA[S]]></dc:creator>
		<pubDate>Tue, 21 Mar 2023 23:38:52 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=30992#comment-1986740</guid>

					<description><![CDATA[&lt;strong&gt;vim&lt;/strong&gt; has its own &lt;code&gt;:find command&lt;/code&gt;, and you can globstar a path (comma separated list) defined in your &lt;strong&gt;vimrc&lt;/strong&gt;, or &lt;code&gt;:cd /any_dir&lt;/code&gt; and run :&lt;code&gt;find filename&lt;/code&gt; from there. 

&lt;strong&gt;vim&lt;/strong&gt; will find and open the file almost instantly, and search 30 dirs deep by default (if memory serves me well), if the directory path is globstarred.
&lt;pre&gt;
(set path+=**,$HOME/Documents/**,$HOME/.config/**)
&lt;/pre&gt;
You can define &lt;strong&gt;CDPATH&lt;/strong&gt; (colon-separated list) in your &lt;strong&gt;.bashrc&lt;/strong&gt;, and &lt;strong&gt;cd&lt;/strong&gt; directly anywhere defined in &lt;strong&gt;$CDPATH&lt;/strong&gt;.

Both above examples utilized auto-completion.

You can pipe find to grep as well. All just as fast, easy, good, or better, IMO.]]></description>
			<content:encoded><![CDATA[<p><strong>vim</strong> has its own <code>:find command</code>, and you can globstar a path (comma separated list) defined in your <strong>vimrc</strong>, or <code>:cd /any_dir</code> and run :<code>find filename</code> from there. </p>
<p><strong>vim</strong> will find and open the file almost instantly, and search 30 dirs deep by default (if memory serves me well), if the directory path is globstarred.</p>
<pre>
(set path+=**,$HOME/Documents/**,$HOME/.config/**)
</pre>
<p>You can define <strong>CDPATH</strong> (colon-separated list) in your <strong>.bashrc</strong>, and <strong>cd</strong> directly anywhere defined in <strong>$CDPATH</strong>.</p>
<p>Both above examples utilized auto-completion.</p>
<p>You can pipe find to grep as well. All just as fast, easy, good, or better, IMO.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
