18

IMO, Everything search engine is the best desktop search software on Windows and I wonder if there is an equivalent utility on Ubuntu ?

Zanna
  • 70,465
JatSing
  • 327

8 Answers8

10

You can try tracker-search Install tracker-search

It is available in the Software Center.

To install it, run the following command in a terminal:

sudo apt-get install tracker-gui

After installing it, search for Desktop Search in the dash and open it. You can then search for the files and folders in the search bar.

enter image description here

Zanna
  • 70,465
Bob Bean
  • 109
8

An app called FSearch could help with this.

FSearch is a fast file search utility for GNU/Linux operating systems, inspired by Everything Search Engine. It's written in C and based on GTK+3.

It has regex support and instant results.

sudo add-apt-repository ppa:christian-boxdoerfer/fsearch-daily
sudo apt update 
sudo apt install fsearch

enter image description here

PaulDong
  • 273
7

Install synapse from the software center or via the terminal using

sudo apt-get install synapse

Synapse is a semantic launcher written in Vala that you can use to start applications as well as find and access relevant documents and files by making use of the Zeitgeist engine.

It will index all your files - images, music, video, documents, applications, folders you visit, etc and you can launch them from there.

To activate just use ctrl + space keys and just type your search terms. Scroll the results using the up and down keys and browse the different categories using the right and left. Once you find your result, press enter to launch.

See screenshot below after I typed 'ubu':

enter image description here

Parto
  • 15,325
  • 24
  • 86
  • 117
3

In Ubuntu 11.10 Unity presents this search function as the 1st option on the menu. Easy acess, very nice. Find applications, files, everything very fast. I recommend. =D

Zanna
  • 70,465
H_7
  • 661
3

Yes, FSearch is an Ubuntu equivalent of Everythings in Windows.

FSearch also could search Windows files (fat32, NTFS formats).


Installation:

sudo add-apt-repository ppa:christian-boxdoerfer/fsearch-daily
sudo apt-get update && sudo apt install fsearch-trunk
3

Nautilus is capable of searching your whole computer. If you have external drivers, mount them and it will search on them too!

For instance, I have a drive called FILES, so I mount it and search a file from the root Ubuntu directory / and it is found and displayed in a list style:

screenshoot

To search for files in Nautilus press Ctrl+F, then type the filename on the bar.

Zanna
  • 70,465
Lucio
  • 18,843
  • Yeah but i want a [list all files] program, for Dee duplication and sorting of my horribly disorganized 10 tb drives. – TardisGuy May 02 '14 at 21:33
0

A different answer.

You can use wine + everything with some configrations.

  1. tool -> option

    enter image description here

  2. set the root directionary.

    enter image description here

Then, enjoy everything on ubuntu. :-P

enter image description here

0

Catfish. Not a perfect alternative but it claims to have an extension that allows querying and maintaining indexes.