Say I search within a certain dir, often. C:\foo\bar\blarg
Can I set a keyboard shortcut to open Everything, with this path preselected? In other words, the same as navigating to the parent of that flolder, right click \blarg > Search Everything...
I have already a global shortcut to open Everything with no path specified. I'd like another one, to open Everything to this special path.
thanks,
J
How to open Everything to a specific dir
-
- Posts: 3
- Joined: Tue Jan 06, 2015 3:46 am
Re: How to open Everything to a specific dir
I would make a bookmark and assign a hotkey to it.
-
- Posts: 3
- Joined: Tue Jan 06, 2015 3:46 am
Re: How to open Everything to a specific dir
Ok, but what is the command line, for that? I cant figure it out, from the docs...
Re: How to open Everything to a specific dir
Please try creating a shortcut to Everything on the desktop or start menu.
Please try the following shortcut target:
"C:\Program Files\Everything\Everything.exe" -path "C:\foo\bar\blarg"
-path
Set a keyboard shortcut in the shortcut file:
Please try the following shortcut target:
"C:\Program Files\Everything\Everything.exe" -path "C:\foo\bar\blarg"
-path
Set a keyboard shortcut in the shortcut file:
- Right click your Shortcut and click Properties.
- Click the Shortcut tab.
- To the right of Shortcut key, press your shortcut key.
- Click OK.
-
- Posts: 3
- Joined: Tue Jan 06, 2015 3:46 am
Re: How to open Everything to a specific dir
thank you very much!