{"id":2791,"date":"2025-10-31T02:40:12","date_gmt":"2025-10-31T09:40:12","guid":{"rendered":"https:\/\/catbradley.io\/?p=2791"},"modified":"2025-10-31T02:40:12","modified_gmt":"2025-10-31T09:40:12","slug":"i-found-everything-search-engine-alternative-for-linux-users","status":"publish","type":"post","link":"https:\/\/catbradley.io\/?p=2791","title":{"rendered":"I Found Everything Search Engine Alternative for Linux Users"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/itsfoss.com\/content\/images\/2025\/10\/fsearch.png\" alt=\"I Found Everything Search Engine Alternative for Linux Users\" \/><\/p>\n<p>A desktop-wide search application can be the key to speeding up your workflow by a significant amount, as anything you might look for will almost be at your fingertips at any given moment. <\/p>\n<p>Today, we&#8217;ll be looking at a GUI desktop application that does exactly that. <\/p>\n<h2>FSearch: Fast, Feature-rich GUI Search App<\/h2>\n<p><a href=\"https:\/\/cboxdoerfer.github.io\/fsearch\/\" rel=\"noreferrer\">FSearch<\/a> is a fast file search application, inspired by <a href=\"https:\/\/www.voidtools.com\/\" rel=\"noreferrer\">Everything Search Engine<\/a> on Windows. <\/p>\n<p>It works in an efficient way without slowing down your system, <strong>giving you results as you type the keywords in<\/strong>. The way it does this is by indexing the files from the directories in advance, updating them at a fixed interval, and storing that information to search through whenever the application is used.<\/p>\n<figure class=\"kg-card kg-image-card\"><img decoding=\"async\" src=\"https:\/\/itsfoss.com\/content\/images\/2025\/10\/fsearch_first-screen.png\" class=\"kg-image\" alt=\"I Found Everything Search Engine Alternative for Linux Users\" loading=\"lazy\" width=\"1804\" height=\"1378\" \/><\/figure>\n<p>It is written in C and based on GTK3, which is ideal for GNOME users but might not look as good on Qt based desktop environments like KDE. Let&#8217;s look at some of the features this utility offers.<\/p>\n<h3>Index Inclusion\/Exclusion<\/h3>\n<p>The first thing that you need to do after installation and the most crucial aspect of all is to specify to the utility what are the directories that you want it to search for anything in. Besides the inclusion category, you can also specify what directories you want excluded from the search. Another extremely helpful option is to exclude the hidden files from being searched which can be the case if you only want to search the files as you see them on your file explorer.<\/p>\n<figure class=\"kg-card kg-image-card\"><img decoding=\"async\" src=\"https:\/\/itsfoss.com\/content\/images\/2025\/10\/fsearch_excluded-directories.png\" class=\"kg-image\" alt=\"I Found Everything Search Engine Alternative for Linux Users\" loading=\"lazy\" width=\"1568\" height=\"1400\" \/><\/figure>\n<p>Besides that, you can also configure how often the database needs to be refreshed and updated. This will depend on how often the relevant files on your system change, and hence should be your own choice.<\/p>\n<h3>Wildcard and RegEx Support<\/h3>\n<p>The search input supports the wildcard mode by default, which are often used for specifications on the command line. For example, if I want to search for all files that contain &#8220;Black&#8221; in the name, I can give the input as such:<\/p>\n<figure class=\"kg-card kg-image-card\"><img decoding=\"async\" src=\"https:\/\/itsfoss.com\/content\/images\/2025\/10\/fsearch_wildcard-example.png\" class=\"kg-image\" alt=\"I Found Everything Search Engine Alternative for Linux Users\" loading=\"lazy\" width=\"1804\" height=\"1224\" \/><\/figure>\n<p>Here, &#8220;*&#8221; essentially means everything. So any files with anything at all before and after the word &#8220;Black&#8221; will be listed. There are many more wildcards like this such as &#8220;?&#8221; for one missing character, and &#8220;[ ]&#8221; specifying ranges. You can read more about them <a href=\"https:\/\/tldp.org\/LDP\/GNU-Linux-Tools-Summary\/html\/x11655.htm\" rel=\"noreferrer\">here<\/a>.<\/p>\n<p>The other option is to specify the search results by the <a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/JavaScript\/Guide\/Regular_expressions\/Cheatsheet\" rel=\"noreferrer\">RegEx formatting<\/a>, which is a different style in itself. It can be activated using Ctrl+R, and switched by the same.<\/p>\n<h3>Fast Sort<\/h3>\n<p>You can quickly sort out the results based on name, path, size or last modification date right from the interface, as the results are shown with these details present. All it takes is one click on the right detail header (or two clicks if you want them in a descending instead of an ascending order).<\/p>\n<h3>Filetype Filter<\/h3>\n<p>The searched files can be of different categories defined in the utility itself, which are defined by the extensions of the files that the results yield. There is a button on the right of the search bar where the search results category can be specified, the default being &#8220;All&#8221;. The categories are:<\/p>\n<ul>\n<li>All<\/li>\n<li>Files<\/li>\n<li>Folders<\/li>\n<li>Applications (such as .desktop)<\/li>\n<li>Archives (such as .7z, .gzip, .bz)<\/li>\n<li>Audio (such as .mp3, .aac, .flac)<\/li>\n<li>Documents (such as .doc, .csv, .html)<\/li>\n<li>Pictures (such as .png, .jpg, .webp)<\/li>\n<li>Videos (such as .mp4, .mkv, .avi)<\/li>\n<\/ul>\n<p>The excellent feature is that these categories and their list of extensions are modifiable. You can add or change any of the options if it doesn&#8217;t fit your needs well.<\/p>\n<figure class=\"kg-card kg-image-card\"><img decoding=\"async\" src=\"https:\/\/itsfoss.com\/content\/images\/2025\/10\/fsearch_category-editor.png\" class=\"kg-image\" alt=\"I Found Everything Search Engine Alternative for Linux Users\" loading=\"lazy\" width=\"1768\" height=\"1400\" \/><\/figure>\n<h3>Search in Specific Path<\/h3>\n<p>Another interestingly important search option is to also search in the path of the filenames. This becomes relevant when you remember the approximate location of the file or part of the path or something as such. It seems like a minor detail but can be a real savior when the appropriate time arises. An example of it can be this:<\/p>\n<figure class=\"kg-card kg-image-card\"><img decoding=\"async\" src=\"https:\/\/itsfoss.com\/content\/images\/2025\/10\/fsearch_path-searching-mode.png\" class=\"kg-image\" alt=\"I Found Everything Search Engine Alternative for Linux Users\" loading=\"lazy\" width=\"1804\" height=\"1224\" \/><\/figure>\n<p>This mode can be activated using the keyboard shortcut Ctrl+U.<\/p>\n<h3>Other Features<\/h3>\n<p>There are other minor features that help in the customization, such as toggling the case sensitivity of the search terms (which can also be done with the Ctrl+I keyboard shortcut), single-clicking to open files, pressing Esc to exit, remembering window size on closing, etc.<\/p>\n<h2>Installing FSearch on Linux<\/h2>\n<p>FSearch is available on various distributions in multiple different ways. First, to cover the distro-independent option, Flatpak. <a href=\"https:\/\/flathub.org\/en\/apps\/io.github.cboxdoerfer.FSearch\" rel=\"noreferrer\">FSearch exists on Flathub<\/a> and can be installed with a simple search on any distribution where Flathub is enabled internally in the app store such as Fedora. If not from the store, you can find the .flatpakref file <a href=\"https:\/\/flathub.org\/en\/apps\/io.github.cboxdoerfer.FSearch\" rel=\"noreferrer\">here<\/a> and (considering it is downloaded in the Downloads folder) install it with:<\/p>\n<pre><code>sudo flatpak install io.github.cboxdoerfer.FSearch.flatpakref<\/code><\/pre>\n<p>On Ubuntu based distributions, there are two options, a stable release and a daily one. To add the repository the stable version, enter this command:<\/p>\n<pre><code>sudo add-apt-repository ppa:christian-boxdoerfer\/fsearch-stable\n<\/code><\/pre>\n<p>Whereas for the daily release:<\/p>\n<pre><code>sudo add-apt-repository ppa:christian-boxdoerfer\/fsearch-daily<\/code><\/pre>\n<p>In either case, then enter the following commands after to install the application:<\/p>\n<pre><code>sudo apt update\nsudo apt install fsearch<\/code><\/pre>\n<p>On Arch-based distributions, use the following command:<\/p>\n<pre><code>sudo pacman -S fsearch<\/code><\/pre>\n<p>On Fedora, the installation can be done by entering:<\/p>\n<pre><code>dnf copr enable cboxdoerfer\/fsearch\ndnf install fsearch<\/code><\/pre>\n<p>If none of these apply, you can always install from source or find instructions on the <a href=\"https:\/\/cboxdoerfer.github.io\/fsearch\/\" rel=\"noreferrer\">official website<\/a>.<\/p>\n<h2>Final Thoughts<\/h2>\n<p>FSearch does what it claims to do without exceptions and hurdles. It is very fast, not very taxing on the hardware, has very sensible configuration options, and looks pretty good while doing its job. A huge recommendation from my side would be to add a keyboard shortcut to open FSearch (the process will depend on your distribution), something very accessible like Shift+S perhaps to easily open the utility and use it immediately.<\/p>\n<p>I know that for many Linux users, nothing replaces the <a href=\"https:\/\/linuxhandbook.com\/find-command-examples\/\">find command<\/a> clubbed with xargs and exec but still, not all desktop Linux users are command line ninjas. That&#8217;s why desktop search apps like FSearch, <a href=\"https:\/\/itsfoss.com\/angrysearch\/\">ANGRYsearch<\/a> and <a href=\"https:\/\/itsfoss.com\/searchmonkey-search-text-files-linux\/\" rel=\"noreferrer\">SearchMonkey<\/a> exist. <a href=\"https:\/\/itsfoss.com\/nautilus-file-search\/\">Nautilus&#8217; built-in file search<\/a> works well, too.<\/p>\n<figure class=\"kg-card kg-bookmark-card\"><a class=\"kg-bookmark-container\" href=\"https:\/\/itsfoss.com\/nautilus-file-search\/\">\n<div class=\"kg-bookmark-content\">\n<div class=\"kg-bookmark-title\">Mastering Nautilus File Search in Linux Desktop<\/div>\n<div class=\"kg-bookmark-description\">Become a pro finder with these handy tips to improve your file search experience with GNOME\u2019s Nautilus file search.<\/div>\n<div class=\"kg-bookmark-metadata\"><img decoding=\"async\" class=\"kg-bookmark-icon\" src=\"https:\/\/itsfoss.com\/content\/images\/icon\/android-chrome-192x192-718.png\" alt=\"I Found Everything Search Engine Alternative for Linux Users\" \/><span class=\"kg-bookmark-author\">It&#8217;s FOSS<\/span><span class=\"kg-bookmark-publisher\">Sreenath<\/span><\/div>\n<\/div>\n<div class=\"kg-bookmark-thumbnail\"><img decoding=\"async\" src=\"https:\/\/itsfoss.com\/content\/images\/thumbnail\/nautilus-file-search-2.png\" alt=\"I Found Everything Search Engine Alternative for Linux Users\" \/><\/div>\n<p><\/p><\/a><\/figure>\n<p>Please let us know in the comments if this is an application you&#8217;d like to use, or if you have any other preferences. Cheers!<\/p>","protected":false},"excerpt":{"rendered":"<p>A desktop-wide search application can be the key to speeding up your workflow by a significant amount, as anything you might look for will almost be at your fingertips at&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"rop_custom_images_group":[],"rop_custom_messages_group":[],"rop_publish_now":"initial","rop_publish_now_accounts":[],"rop_publish_now_history":[],"rop_publish_now_status":"pending","footnotes":""},"categories":[1],"tags":[],"class_list":["post-2791","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-rss"],"_links":{"self":[{"href":"https:\/\/catbradley.io\/index.php?rest_route=\/wp\/v2\/posts\/2791","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/catbradley.io\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/catbradley.io\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/catbradley.io\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/catbradley.io\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2791"}],"version-history":[{"count":0,"href":"https:\/\/catbradley.io\/index.php?rest_route=\/wp\/v2\/posts\/2791\/revisions"}],"wp:attachment":[{"href":"https:\/\/catbradley.io\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2791"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/catbradley.io\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2791"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/catbradley.io\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2791"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}