A Windows Search Replacement - Inspired by Listary
I got sick of the windows search feature being slow and returning inconsistent results, so I wrote a replacement.
- Unzip the EXE and TXT files to anywhere you want.
- Run the EXE, and pin it to your taskbar.
- right-click your new taskbar icon, click Jistary, click properties, and set a shortcut key. I prefer CTRL+ALT+Z. (if anybody knows how to make Jistary run from the windows key, please submit your code!)
- customize your commands.txt file.
Jistary reads this file each time it starts.
The 1st column is the “key” the user will type to activate the command in the 3rd column. The key can be 1 or more characters. There can be duplicates.
The 2nd column is what gets displayed to the user when they type the key.
The 3rd column is the website or command to be executed. {query} will get replaced with whatever the user types after they key.
The 4th column is optional. It’s for passing command line parameters to programs, such as ping.
FNS stands for File Name Search, it’s a special built-in command that makes Jistary search file names in a folder. Jistary will also search ALL FNS even when the user doesn’t type a “key”.
FCS stands for File Contents Search, it’s another built-in command that makes Jistary search file contents, but unlike FNS, it doesn’t get used when the user doesn’t type a “key”