Hi everyone,
is there a shortcut to "recursively" search inside the path of an element shown in the results list?
I try to explain better the desired behaviour.
Let's say i don't remember the name of a file or folder but i know its parent folder name. I start searching (the parent folder) and it appears in the results list. I press TAB (to switch from the search bar to the results list) and go down to this folder.
Now, i can right-click and select "Search Everything" in the context menu: in this way the path is pasted in the search bar and i can now search inside that path.
I can achieve almost the same behaviour with hotkeys CTRL+SHIFT+C (on the highlighted folder) to copy path, then TAB to move to the search bar and then CTRL+V to paste the path.
My question is if there is a shortcut to do this all at once: copy the path of a selected item, paste it to the search bar and put the cursor focus here, to continue typing my search.
I've googled a lot and looked at other topics here, but i didn't find anything similar to what i want to do.
Thanks
[SOLVED] Recursive search
[SOLVED] Recursive search
Last edited by leo on Mon Mar 15, 2021 7:27 pm, edited 1 time in total.
Re: Recursive search
There is an option to drag the foldername to the search bar, causing it to show the contents of that folder in the result list.
If that is something that can help you:
BTW: Choosing Search Everything... from the context menu will also activate the search bar, so you can start typing right away
[1] Everything.ini can be found in the folder %APPDATA%\Everything (enter that path in File Explorer's address bar and press ENTER) or else in the folder where your Everything.exe is.
If that is something that can help you:
- Completely exit Everything by right-clicking it's system tray icon and choosing Exit
- Open Everything.ini in a text editor [1]
- Change the line with search_edit_drag_accept_files=0 to:
Code: Select all
search_edit_drag_accept_files=1
- Save your changes
- Start Everything.
BTW: Choosing Search Everything... from the context menu will also activate the search bar, so you can start typing right away
[1] Everything.ini can be found in the folder %APPDATA%\Everything (enter that path in File Explorer's address bar and press ENTER) or else in the folder where your Everything.exe is.
Re: Recursive search
I am a bit slow today ... there *is* a keyboard only solution! (although not very obvious ..)
This requires Show Search Everything folder context menu item to be enabled (under Menu:Tools > Options > General)
[1] Everything.ini can be found in the folder %APPDATA%\Everything (enter that path in File Explorer's address bar and press ENTER) or else in the folder where your Everything.exe is.
- Completely exit Everything by right-clicking it's system tray icon and choosing Exit
- Open Everything.ini in a text editor [1]
- Change the line with custom_verb01= to:
This should be *exactly* that.
Code: Select all
custom_verb01=Search Everything...
- Save your changes
- Start Everything.
- Go to Menu:Tools > Options > General > Keyboard
- In the Show commands containing: box, type
verb
- In the box below, select File | Custom Verb 1
- Click the Add button
- Use shortcut in: = Result List
- Select a free Shortcut key. I used CTRL+K
- OK
- Done.
This requires Show Search Everything folder context menu item to be enabled (under Menu:Tools > Options > General)
[1] Everything.ini can be found in the folder %APPDATA%\Everything (enter that path in File Explorer's address bar and press ENTER) or else in the folder where your Everything.exe is.
Re: Recursive search
Thank you very much, exactly what i was looking for!!
Just for completeness (hoping it will help someone else), i changed the string with the one showing in my system language (in my case, italian):
Thank you again!
Just for completeness (hoping it will help someone else), i changed the string
Search Everything...
Cerca con Everything...
Thank you again!
Re: Recursive search
You're welcome!
@void:
Suggestion: Consider keeping the verb fixed like SearchEverything and change the view language dependent. Like this:
(spaces in verbs are not recommended, anyway )
It certainly helps me, as I didn't consider this at all. Thanks!
@void:
Suggestion: Consider keeping the verb fixed like SearchEverything and change the view language dependent. Like this:
(spaces in verbs are not recommended, anyway )
Code: Select all
[...\shell\SearchEverything]
Icon=C:\\Tools\\Everything\\Everything.exe,0
MUIVerb=Cerca con Everything....
Re: [SOLVED] Recursive search
Ok, you went too deep for my little-to-no knowledge about Verbs...Suggestion: Consider keeping the verb fixed like SearchEverything and change the view language dependent. Like this:
But thank you anyway for improving the answer!