MacOS – Sublime Text like fuzzy filesystem search for Mac OS X

alfredfindermacmacossearch

Currently I am using Alfred's filesystem navigation capabilities. It's pretty awesome, but sometimes I want fuzzy-search to match not only the filename but the full path.

E.g. I want to find a pdf file with some very common filename (say proposal.pdf). And I have a directory structure like this:

 - dropbox
   - partners
     - supercorp
       - proposal.pdf
     - megacorp
       - proposal.pdf

It would be nice if I can type dro/meg/propos to get to the megacorp's proposal file. The answer may be the Alfred plugin or some configuration, but I'll accept any solution that allows me to quickly navigate to this file and perform some action (e.g. reveal in Finder or something). "Search-as-you-type" functionality is very important.

UPD Just found a similar question. Seems that full path matching feature is missing because mdfind is only searching the file name and all the tools are using it internally.

Best Answer

You may try Findspot. Findspot supports these features

  1. Fuzzy search like Sublime Text's Control-P
  2. Full path search
  3. Search as you type

Here is a screenshot of Findspot when using your example:

enter image description here

Actually, you can skip the slashes and you will still get the same result.