Custom shortcut to search a specific folder

General discussion related to "Everything".
Post Reply
topsearcher
Posts: 1
Joined: Wed Apr 03, 2019 10:32 pm

Custom shortcut to search a specific folder

Post by topsearcher »

I know you can search in any folder you're in, but is there a shortcut command/parameter/whatever that lets you search a specific folder when you launch it? Any help is appreciated.
therube
Posts: 4605
Joined: Thu Sep 03, 2009 6:48 pm

Re: Custom shortcut to search a specific folder

Post by therube »

https://www.voidtools.com/support/every ... e_options/

From a command prompt, I'll often use my EGO.BAT.

viewtopic.php?f=5&t=6483.
NotNull
Posts: 5244
Joined: Wed May 24, 2017 9:22 pm

Re: Custom shortcut to search a specific folder

Post by NotNull »

There are a lot of different ways in Everything to accomplish this, like starting Everything with parameters to open a specific folder, a bookmark or a filter.

One that might be less obvious:
Go to Menu:Toos >Options > general > Home and create a custom search, like shown below.
Whenever you open Everything, it will search in - in this case - C:\Tools :
2019-04-04 16_10_01-Window.png
2019-04-04 16_10_01-Window.png (15.84 KiB) Viewed 3115 times
void
Developer
Posts: 15251
Joined: Fri Oct 16, 2009 11:31 pm

Re: Custom shortcut to search a specific folder

Post by void »

Please try the -filename command line option:
Everything.exe -filename <path to folder>

For example:
Everything.exe -filename "C:\windows"

Everything will detect if the parameter to -filename is a folder, and set your search to "C:\windows\"
This works best if you are using %1 from a batch file or registry:
Everything.exe -filename "%1"

For more control, use the -s command line option:
Everything.exe -s <search>

For example:
Everything.exe -s "C:\windows\*.bmp"
Post Reply