This topic is dealing with "Everything Efu Explorer".
Can we have "Everything Explorer" be done by AHK?
I think we need 3 things for that:
1. First we need to determine what is the desired syntax will be used for toggling subfolders/nosubfolders
When a Path is typed in the SearchBox, Everything displays subfolders by default.
To have the results with nosubfolders:
void wrote:Do not search subfolders
Example: search for the folder c:\abc, but do not include subfolders:
OR
Search for files and folders in the specified path, excluding subfolders:
parent:<path>
infolder:<path>
nosubfolders:<path>
I don't know what's better.
2. When pressing Enter in Results it will check:
- IF the selected item is a single folder THEN do
- Ctrl+C
Ctrl+F
Ctrl+V
Home
nosubfolders:
End
Space
\* There may be other/better ways to do it. Ctrl+Shift+C will copy text to clipboard, but it depends on Options > Results > Double quote copy as path*\
Else let Everything run the item/s
3. Making a Hotkey (Alt+R ?) for toggling subfolders/nosubfolders
will remove/add the prefix "nosubfolders:"
Everything has a Back and Forward shortcuts (Alt+Left and Alt+Right), when enabling Options > History > Enable Search History.