I'm currently using a thing called SwiftSearch https://sourceforge.net/projects/swiftsearch/ for fast system-wide searching (MFT-based) and Executor http://executor.dk/ for fast program/path execution (FS indexing). They are both great tools but as I have used them I felt they are actually doing pretty much same thing just from a different angle. How? Well, searching for files/folders from hard disk to do something with them and to have a ready-made index of hard disk contents for fast program/document/path execution are actually a same thing. So apparently I use two programs that overlap on ~80% of functionality. So I decided to see if there's a single tool that does what both of those do. Everything seems like it could do, well... everything.
![Wink ;)](./images/smilies/icon_e_wink.gif)