<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>fast file search Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/fast-file-search/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Mon, 23 Jul 2018 17:49:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>Search Files Faster with Fsearch</title>
		<link>https://www.osradar.com/search-files-faster-with-fsearch/</link>
					<comments>https://www.osradar.com/search-files-faster-with-fsearch/#respond</comments>
		
		<dc:creator><![CDATA[osradar_editor]]></dc:creator>
		<pubDate>Mon, 23 Jul 2018 17:49:00 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[fast file search]]></category>
		<category><![CDATA[file search]]></category>
		<category><![CDATA[file search linux]]></category>
		<category><![CDATA[fsearch]]></category>
		<category><![CDATA[linux searching]]></category>
		<category><![CDATA[search]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=4967</guid>

					<description><![CDATA[<p>Searching is one of the most important parts of any works performed in our everyday life. In the case of computers, it’s also important that you can find out your important files and directories without much effort. That’s why it’s important that you keep your files and directories organized. Yet, when you’re working on a [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/search-files-faster-with-fsearch/">Search Files Faster with Fsearch</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Searching is one of the most important parts of any works performed in our everyday life. In the case of computers, it’s also important that you can find out your important files and directories without much effort. That’s why it’s important that you keep your files and directories organized. Yet, when you’re working on a big storage and your storage is full of other important files, it’s hard to find out the right one.</p>
<p>Generally, all the file browsers come up with a built-in search function that can do the job pretty good. However, for those who are not satisfied with the function or depend on searching files heavily, using a dedicated file searcher is really efficient. Today, we’ll be using Fsearch – a blazingly fast searching utility for Linux.</p>
<h1>How Fsearch works</h1>
<p>Fsearch, like most other searching apps that build a database of all the files in the system. Now, whenever you search for a file(s) or directory(s), the app actually searches within the previously created database, thus faster result. A fun fact – an open, online database busted a serious crime in the history of money laundering. <a href="https://www.osradar.com/open-mongodb-database-exposes-money-laundering-operation/">Learn more about the good-guy MongoDB database that did the job</a>.</p>
<p>Searching utilities also help to keep things organized. Fsearch can be very useful for just anyone.</p>
<h1>Installing Fsearch</h1>
<p>It’s time to install this awesome app on our Linux system. Run the following command(s) according to your own distro.</p>
<ul>
<li>Ubuntu</li>
</ul>
<pre class="">sudo add-apt-repository ppa:christian-boxdoerfer/fsearch-daily</pre>
<p><img loading="lazy" class="size-full wp-image-4975 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/07/fsearch-add-repo.png" alt="" width="1096" height="592" srcset="https://www.osradar.com/wp-content/uploads/2018/07/fsearch-add-repo.png 1096w, https://www.osradar.com/wp-content/uploads/2018/07/fsearch-add-repo-300x162.png 300w, https://www.osradar.com/wp-content/uploads/2018/07/fsearch-add-repo-768x415.png 768w, https://www.osradar.com/wp-content/uploads/2018/07/fsearch-add-repo-1024x553.png 1024w, https://www.osradar.com/wp-content/uploads/2018/07/fsearch-add-repo-696x376.png 696w, https://www.osradar.com/wp-content/uploads/2018/07/fsearch-add-repo-1068x577.png 1068w, https://www.osradar.com/wp-content/uploads/2018/07/fsearch-add-repo-778x420.png 778w" sizes="(max-width: 1096px) 100vw, 1096px" /></p>
<pre class="">sudo apt update &amp;&amp; sudo apt upgrade -y &amp;&amp; sudo apt install fsearch -y</pre>
<p><img loading="lazy" class="size-full wp-image-4976 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/07/fsearch-install.png" alt="" width="1098" height="548" srcset="https://www.osradar.com/wp-content/uploads/2018/07/fsearch-install.png 1098w, https://www.osradar.com/wp-content/uploads/2018/07/fsearch-install-300x150.png 300w, https://www.osradar.com/wp-content/uploads/2018/07/fsearch-install-768x383.png 768w, https://www.osradar.com/wp-content/uploads/2018/07/fsearch-install-1024x511.png 1024w, https://www.osradar.com/wp-content/uploads/2018/07/fsearch-install-696x347.png 696w, https://www.osradar.com/wp-content/uploads/2018/07/fsearch-install-1068x533.png 1068w, https://www.osradar.com/wp-content/uploads/2018/07/fsearch-install-842x420.png 842w" sizes="(max-width: 1098px) 100vw, 1098px" /></p>
<ul>
<li>Debian</li>
</ul>
<pre class="">sudo apt-get install git build-essential automake autoconf libtool pkg-config intltool autoconf-archive libpcre3-dev libglib2.0-dev libgtk-3-dev libxml2-utils
git clone https://github.com/cboxdoerfer/fsearch.git
cd fsearch

./autogen.sh
./configure

make
sudo make install
</pre>
<ul>
<li><span style="font-size: 15px; background-color: #ffffff; font-family: Verdana, Geneva, sans-serif;">Fedora</span></li>
</ul>
<pre class=""># Install building essentials
sudo dnf install automake autoconf intltool libtool autoconf-archive pkgconfig glib2-devel gtk3-devel git

# Build and install the program
git clone https://github.com/cboxdoerfer/fsearch.git
cd fsearch

./autogen.sh
./configure
make
sudo make install
</pre>
<ul>
<li>OpenSUSE</li>
</ul>
<p><a href="https://software.opensuse.org/package/fsearch?search_term=fsearch">Go to this link for installing in OpenSUSE</a>.</p>
<p><img loading="lazy" class="size-full wp-image-4968 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/07/fsearch-opensuse.png" alt="" width="1154" height="564" srcset="https://www.osradar.com/wp-content/uploads/2018/07/fsearch-opensuse.png 1154w, https://www.osradar.com/wp-content/uploads/2018/07/fsearch-opensuse-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2018/07/fsearch-opensuse-768x375.png 768w, https://www.osradar.com/wp-content/uploads/2018/07/fsearch-opensuse-1024x500.png 1024w, https://www.osradar.com/wp-content/uploads/2018/07/fsearch-opensuse-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2018/07/fsearch-opensuse-696x340.png 696w, https://www.osradar.com/wp-content/uploads/2018/07/fsearch-opensuse-1068x522.png 1068w, https://www.osradar.com/wp-content/uploads/2018/07/fsearch-opensuse-859x420.png 859w" sizes="(max-width: 1154px) 100vw, 1154px" /></p>
<ul>
<li>Arch Linux</li>
</ul>
<pre class="">sudo pacman -S git
git clone https://aur.archlinux.org/fsearch-git.git
cd fsearch-git

# Get all the dependencies first here - https://aur.archlinux.org/packages/fsearch-git/

makepkg -si
</pre>
<h1>Configuring Fsearch</h1>
<p>When the installation is complete, it’s time to configure the app before you can use it on a regular basis. It has to generate the database so that it can give you the blazingly fast performance.</p>
<p class="">Start the program.</p>
<p><img loading="lazy" class="size-full wp-image-4969 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/07/fsearch-update-database.png" alt="" width="818" height="647" srcset="https://www.osradar.com/wp-content/uploads/2018/07/fsearch-update-database.png 818w, https://www.osradar.com/wp-content/uploads/2018/07/fsearch-update-database-300x237.png 300w, https://www.osradar.com/wp-content/uploads/2018/07/fsearch-update-database-768x607.png 768w, https://www.osradar.com/wp-content/uploads/2018/07/fsearch-update-database-696x551.png 696w, https://www.osradar.com/wp-content/uploads/2018/07/fsearch-update-database-531x420.png 531w" sizes="(max-width: 818px) 100vw, 818px" /></p>
<p>Now, as you can see, the app doesn’t have the database. Follow the instructions and update the database from &#8220;Edit&#8221; tab &gt;&gt; Preferences &gt;&gt; Database.</p>
<p><img loading="lazy" class="size-full wp-image-4971 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/07/fsearch-database-option.png" alt="" width="523" height="415" srcset="https://www.osradar.com/wp-content/uploads/2018/07/fsearch-database-option.png 523w, https://www.osradar.com/wp-content/uploads/2018/07/fsearch-database-option-300x238.png 300w" sizes="(max-width: 523px) 100vw, 523px" /></p>
<p>&nbsp;</p>
<p>Here, you have to add the directory paths where you want to search. I’m adding my “home” directory in the database. Tick the box saying “Update database on start”.</p>
<p><img loading="lazy" class="size-full wp-image-4970 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/07/fsearch-add-directory.png" alt="" width="518" height="410" srcset="https://www.osradar.com/wp-content/uploads/2018/07/fsearch-add-directory.png 518w, https://www.osradar.com/wp-content/uploads/2018/07/fsearch-add-directory-300x237.png 300w" sizes="(max-width: 518px) 100vw, 518px" /></p>
<p>Hit “OK” and wait for the database creation process to complete. Once complete, the program will ask for any query.</p>
<p><img loading="lazy" class="size-full wp-image-4972 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/07/fsearch-empty-query.png" alt="" width="812" height="637" srcset="https://www.osradar.com/wp-content/uploads/2018/07/fsearch-empty-query.png 812w, https://www.osradar.com/wp-content/uploads/2018/07/fsearch-empty-query-300x235.png 300w, https://www.osradar.com/wp-content/uploads/2018/07/fsearch-empty-query-768x602.png 768w, https://www.osradar.com/wp-content/uploads/2018/07/fsearch-empty-query-696x546.png 696w, https://www.osradar.com/wp-content/uploads/2018/07/fsearch-empty-query-535x420.png 535w" sizes="(max-width: 812px) 100vw, 812px" /></p>
<h1>Using Fsearch</h1>
<p>Fsearch can also work as a mini file manager for you. You can perform a number of actions directly from the app.</p>
<p>For searching, start typing the name of the file and the app will show every single query matching with the term.</p>
<p><img loading="lazy" class="size-full wp-image-4973 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/07/fsearch-search-result.png" alt="" width="814" height="636" srcset="https://www.osradar.com/wp-content/uploads/2018/07/fsearch-search-result.png 814w, https://www.osradar.com/wp-content/uploads/2018/07/fsearch-search-result-300x234.png 300w, https://www.osradar.com/wp-content/uploads/2018/07/fsearch-search-result-768x600.png 768w, https://www.osradar.com/wp-content/uploads/2018/07/fsearch-search-result-696x544.png 696w, https://www.osradar.com/wp-content/uploads/2018/07/fsearch-search-result-538x420.png 538w" sizes="(max-width: 814px) 100vw, 814px" /></p>
<p>You can also perform different actions from the right-click menu.</p>
<p><img loading="lazy" class="size-full wp-image-4974 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/07/fsearch-file-actions.png" alt="" width="811" height="630" srcset="https://www.osradar.com/wp-content/uploads/2018/07/fsearch-file-actions.png 811w, https://www.osradar.com/wp-content/uploads/2018/07/fsearch-file-actions-300x233.png 300w, https://www.osradar.com/wp-content/uploads/2018/07/fsearch-file-actions-768x597.png 768w, https://www.osradar.com/wp-content/uploads/2018/07/fsearch-file-actions-696x541.png 696w, https://www.osradar.com/wp-content/uploads/2018/07/fsearch-file-actions-541x420.png 541w" sizes="(max-width: 811px) 100vw, 811px" /></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/search-files-faster-with-fsearch/">Search Files Faster with Fsearch</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/search-files-faster-with-fsearch/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
