Search found 9 matches

by mapa4
Sun Feb 26, 2017 9:00 am
Forum: Suggestions
Topic: Add a "Tag Cloud" as an alternative search method
Replies: 5
Views: 14735

Re: Add a "Tag Cloud" as an alternative search method

I wish Everything had a tag cloud search. My first thoughts on this are: The user would specify a folder or folders to narrow the search scope. In those folders, every part of a filename that starts with a user defined delimiter ("." in my case) is treated as a tag cloud entry (including ...
by mapa4
Mon Feb 20, 2017 11:03 pm
Forum: Suggestions
Topic: Provide global hotkey for search in current folder
Replies: 14
Views: 31184

Re: Provide global hotkey for search in current folder

Fraka wrote:Thank you void, you are amazingly fast and it works well!
Maybe it will get it's own clickable checkbox option in a future version :)
LOL, how did you make it running exactly ?
by mapa4
Mon Feb 20, 2017 10:23 pm
Forum: Support
Topic: Shortcut to search in current folder
Replies: 33
Views: 113121

Re: Shortcut to search in current folder

Thanks mapa4. Actually I was already enthusiastic about AHK before, but never had the time to really learn it and only used it for more basic, easy stuff. Nevertheless they seem to have a dedicated, helpful community and good documentation which lets me reconsider learning it this year! This one wa...
by mapa4
Mon Feb 20, 2017 3:59 pm
Forum: Support
Topic: Shortcut to search in current folder
Replies: 33
Views: 113121

Re: Shortcut to search in current folder

Ok guys, I am absolutely delighted how we managed to solve this with a lot of different approaches! Thanks! @mapa4 Like I said before, unfortunately your AHK script didn't work for me (Windows 8). But I got help in the AHK Forums and the result was this fully working script (can be compiled as .exe...
by mapa4
Mon Feb 20, 2017 2:00 pm
Forum: Support
Topic: Shortcut to search in current folder
Replies: 33
Views: 113121

Re: Shortcut to search in current folder

@mapa4 Why do you use -url instead of -path ? I changed it and it looks like -path works better and already adds the quotation marks. Actually we want to open a path and not an URL. With -url you also don't need to change the spaces to %20. p.s.: Link to my suggestion post . I investigated, you are...
by mapa4
Mon Feb 20, 2017 1:28 pm
Forum: Suggestions
Topic: Provide global hotkey for search in current folder
Replies: 14
Views: 31184

Re: Provide global hotkey for search in current folder

Well done Fraka, you are very influent !

@void, it is a long time I have a dream for Everything : the Tab management ;-) So many thanks in advance to consider it !
by mapa4
Mon Feb 20, 2017 1:09 pm
Forum: Support
Topic: Shortcut to search in current folder
Replies: 33
Views: 113121

Re: Shortcut to search in current folder

@mapa4 Why do you use -url instead of -path ? I changed it and it looks like -path works better and already adds the quotation marks. Actually we want to open a path and not an URL. With -url you also don't need to change the spaces to %20. p.s.: Link to my suggestion post . Because it seems to be ...
by mapa4
Fri Feb 17, 2017 8:59 am
Forum: Support
Topic: Shortcut to search in current folder
Replies: 33
Views: 113121

Re: Shortcut to search in current folder

@Fraka, I modified the 2nd snippet to catch the active Explorer
by mapa4
Thu Feb 16, 2017 10:31 pm
Forum: Support
Topic: Shortcut to search in current folder
Replies: 33
Views: 113121

Re: Shortcut to search in current folder

@Fraka, Playing with AutoHotkey should resolve your problem. I found your idea about shortcuts interesting, so I derived it into another useful hint, creating a Desktop shortcut based on the current Everything search, thanks for this. MWSnap016.png #SingleInstance, Force EveryClass := "ahk_clas...