Amazing !
It's a good measure of a tool if you learn something new even after so many years of usage.
Next time: Read the tooltips much more carefully
Search found 39 matches
- Mon Jun 08, 2020 2:45 pm
- Forum: General
- Topic: One letter macro overrides drive letter path queries
- Replies: 6
- Views: 2880
- Mon Jun 08, 2020 1:02 pm
- Forum: General
- Topic: Download Color themes for Everything
- Replies: 40
- Views: 65116
Re: Download Color themes for Everything
Worked great out of the box.
Attached is my current visual config.
I found it the most easy on the eyes and was working for me for the past 5 years.
Attached is my current visual config.
I found it the most easy on the eyes and was working for me for the past 5 years.
- Mon Jun 08, 2020 12:50 pm
- Forum: General
- Topic: One letter macro overrides drive letter path queries
- Replies: 6
- Views: 2880
Re: One letter macro overrides drive letter path queries
Still does not solve the problem of using macros for "aliasing" commands with argument support..
Am I wrong here or is it possible in some way ?
Am I wrong here or is it possible in some way ?
- Mon Jun 08, 2020 12:47 pm
- Forum: General
- Topic: How to exclude binaries from content search?
- Replies: 6
- Views: 3011
Re: How to exclude binaries from content search?
It looks like it uses Everything for it's filename searches, as it includes Everything32.dll (from the SDK) to communicate with a running Everything. BUT: when I ran Everything in debug mode, I could not see any (IPC) activity from this AnyTXT. AnyTXT was not very mature at that moment, but it look...
- Mon Jun 08, 2020 12:07 pm
- Forum: Suggestions
- Topic: Inconsistant syntax between ext and common grouping
- Replies: 5
- Views: 2183
Re: Inconsistant syntax between ext and common grouping
Yes, two delimiters will be supported. ; can be escaped with double quotes. doubles quotes can be escaped with quot: (or ": in future versions of Everything) | can be escaped with &verbar: in future versions of Everything. I see . I'm guessing you have your reasons of not escaping with the stan...
- Sat Jun 06, 2020 11:04 am
- Forum: General
- Topic: How to exclude binaries from content search?
- Replies: 6
- Views: 3011
Re: How to exclude binaries from content search?
+1
I do believe this could be a useful feature.
Currently I revert to using cli tools like ripgrep for content searching, which knows to skip binary files as well as respect .gitignore and git folders etc.
Supporting these features in everything could be great!
I do believe this could be a useful feature.
Currently I revert to using cli tools like ripgrep for content searching, which knows to skip binary files as well as respect .gitignore and git folders etc.
Supporting these features in everything could be great!
- Sat Jun 06, 2020 10:38 am
- Forum: General
- Topic: Download Color themes for Everything
- Replies: 40
- Views: 65116
Re: Download Color themes for Everything
Very cool 
Could I request some dark versions with alternating row colors ? My eyesight is not what it used to be...

Could I request some dark versions with alternating row colors ? My eyesight is not what it used to be...
- Sat Jun 06, 2020 10:17 am
- Forum: General
- Topic: One letter macro overrides drive letter path queries
- Replies: 6
- Views: 2880
Re: One letter macro overrides drive letter path queries
Macro names are case-sensitive, so if you defined e: as a macro, you can still use E: to specify the files on your E:-drive. Another alternative: use "e:" (surrounded by "" ) That's a good point! Never realized that the macros were case sensitive. The problem is when trying to be "wise" you might m...
- Sat Jun 06, 2020 9:52 am
- Forum: Suggestions
- Topic: Inconsistant syntax between ext and common grouping
- Replies: 5
- Views: 2183
Re: Inconsistant syntax between ext and common grouping
<string> ::= <any non whitespace character or double quote>* | " <non double quote character>* " <literal |> ::= <a literal pipe character> <delimiter> ::= ; | <literal |> So in this case there will be two OR delimiters: ; and | ? <list> ::= <string> | <list><delimiter><string> I'm not sure i under...
- Fri Jun 05, 2020 2:19 pm
- Forum: General
- Topic: One letter macro overrides drive letter path queries
- Replies: 6
- Views: 2880
One letter macro overrides drive letter path queries
Hi, Just wanted to input a scenario that might need be addressed. When creating a one letter macro, for example: e: , the macro will override the drive path handler, effectively preventing specifying path that starts with e:\ . Encountered after having forgotten that I created the macro and could no...
- Fri Jun 05, 2020 2:14 pm
- Forum: Suggestions
- Topic: Inconsistant syntax between ext and common grouping
- Replies: 5
- Views: 2183
Inconsistant syntax between ext and common grouping
Hi,
This is just a minor issue, but grouping multiple extensions using ext:ext1;ext2 differs from the common way of grouping <file1|file2>
Imo, to retain consistency, the ext handler should support the common way as well..
Br,
Avi
Edit: Sorry, Please move to suggestions
This is just a minor issue, but grouping multiple extensions using ext:ext1;ext2 differs from the common way of grouping <file1|file2>
Imo, to retain consistency, the ext handler should support the common way as well..
Br,
Avi
Edit: Sorry, Please move to suggestions
- Sat May 30, 2020 8:55 am
- Forum: General
- Topic: Use the power of Everything in Explorer and File dialogs
- Replies: 99
- Views: 144705
Re: Use the power of Everything in Explorer and File dialogs
There are quite a few nice ideas in your script. Highlighting the file you selected (in Everything) and using the dialog's file extension to limit the search to that extension. Those stood out the most to me. EDIT: also worth mentioning: a routine for handling mouse-dragging. Thanks, I was just try...
- Mon May 04, 2020 11:57 pm
- Forum: General
- Topic: Use the power of Everything in Explorer and File dialogs
- Replies: 99
- Views: 144705
Re: Use the power of Everything in Explorer and File dialogs
Thank you for all your work :) Attached is the current keyboard mod I have. It's pretty stable and restricted to fileopen dialogs alone. But perhaps it'll help with the main project. I've added a file extension detection which feeds the currently selected file types to everything as ext:ext1;ext2 qu...
- Mon Apr 27, 2020 2:06 pm
- Forum: General
- Topic: Use the power of Everything in Explorer and File dialogs
- Replies: 99
- Views: 144705
Re: Use the power of Everything in Explorer and File dialogs
Just a small addition to the above post: This version allows also to search for a folder in favorite list using Ctrl+D in file dialogs To create a favorite list: 1. type in the query: filelist:FavoriteFolder1|FavoriteFolder2|... 2. Add as filter called Favorites Now when typing Ctrl+D in file dialog...
- Mon Apr 27, 2020 1:53 pm
- Forum: General
- Topic: Very large query performance
- Replies: 5
- Views: 3251
Re: Very large query performance
Instantaneous 
Probably less than 50ms but I cannot measure. xactly

Probably less than 50ms but I cannot measure. xactly
- Mon Apr 27, 2020 1:46 pm
- Forum: General
- Topic: Very large query performance
- Replies: 5
- Views: 3251
Re: Very large query performance
Very Cool 
I keep forgetting about the filelist option...
Yes, this method (filelist:... ) is working perfectly and is preferable than opening an .efu because it retains all the folder icons!
Thanks !

I keep forgetting about the filelist option...
Yes, this method (filelist:... ) is working perfectly and is preferable than opening an .efu because it retains all the folder icons!
Thanks !
- Mon Apr 27, 2020 12:44 pm
- Forum: General
- Topic: Very large query performance
- Replies: 5
- Views: 3251
Very large query performance
Hi I'm trying to use everything as a favorites menu to access favorite folders. Currently I'm doing wfn:<Folder1|Folder2|Folder3|...Folder70> which takes about 4 seconds for everything to return the result list. Is there a way I could speed this up using different query? Thanks Edit : About 50% of t...
- Mon Apr 27, 2020 12:10 pm
- Forum: General
- Topic: Use the power of Everything in Explorer and File dialogs
- Replies: 99
- Views: 144705
Re: Use the power of Everything in Explorer and File dialogs
Here's another quite extensively modified version, in a single ahk script can run as a resident app To use: Modify in script the path to everything.exe Run the script In Dialog boxes: F3 - Searches for all folders F4 - Search for folders under current folder (Special folders I.E Desktop, Documents n...
- Sun Apr 26, 2020 11:38 am
- Forum: General
- Topic: Use the power of Everything in Explorer and File dialogs
- Replies: 99
- Views: 144705
Re: Use the power of Everything in Explorer and File dialogs
Hi,
I've modified the script abit for additional context menu item to search folders only under current path. Not all folders in the computer.
It's pretty basic and does not support special folders...But here it is ...
Thanks for this script....
I've modified the script abit for additional context menu item to search folders only under current path. Not all folders in the computer.
It's pretty basic and does not support special folders...But here it is ...
Thanks for this script....
- Fri Jan 03, 2020 12:21 am
- Forum: General
- Topic: Show more than 1 line when displaying history
- Replies: 3
- Views: 2148
Re: Show more than 1 line when displaying history
Btw - an observation about /search_history_always_suggest_extend_toolbar=1 : The extended toolbar keeps being extended to config_search_history_always_suggest_visible_count_max size even when there are fewer results... IMO it should dynamically resize with the current suggestion count and disappear ...
- Fri Jan 03, 2020 12:09 am
- Forum: General
- Topic: Show more than 1 line when displaying history
- Replies: 3
- Views: 2148
Re: Show more than 1 line when displaying history
Very good
Exactly what I wanted..
It's actually documented , just found it, I did not remember the hidden ini settings section
Thanks a lot!

It's actually documented , just found it, I did not remember the hidden ini settings section

Thanks a lot!
- Thu Jan 02, 2020 11:31 pm
- Forum: General
- Topic: Show more than 1 line when displaying history
- Replies: 3
- Views: 2148
Show more than 1 line when displaying history
Hi
I'm wondering if there's a way to show more than one line of history matches without pressing ctrl-space
( making the ctrl-space option redundant)
- Always show search suggestions is set
Thanks
I'm wondering if there's a way to show more than one line of history matches without pressing ctrl-space

- Always show search suggestions is set
Thanks
- Mon Dec 30, 2019 9:50 pm
- Forum: General
- Topic: Any plans for a new version on my favorite windows tool ? :)
- Replies: 3
- Views: 2269
Re: Any plans for a new version on my favorite windows tool ? :)
Yeah I just finished going through the change list.
Still nice to see this great project being updated regularly, even though it's mostly bugfixes (one of them actually fixes an issue I had ).
Keep up the good work
Still nice to see this great project being updated regularly, even though it's mostly bugfixes (one of them actually fixes an issue I had ).
Keep up the good work

- Mon Dec 30, 2019 9:40 pm
- Forum: General
- Topic: Any plans for a new version on my favorite windows tool ? :)
- Replies: 3
- Views: 2269
Re: Any plans for a new version on my favorite windows tool ? :)
Whoops I don't know how i failed to notice the beta nightly builds... I kept looking for it on the homepage 

- Mon Dec 30, 2019 9:09 pm
- Forum: General
- Topic: Any plans for a new version on my favorite windows tool ? :)
- Replies: 3
- Views: 2269
Any plans for a new version on my favorite windows tool ? :)
Hi I keep checking the website for an updated version and get disappointed there isn't.. I love all the current features and I'd like more! As I said in the subject, it's my favorite tool on windows - sharing a place only with Total Commander and I'd really like to see it get updated once in a while...
- Mon Feb 12, 2018 7:06 am
- Forum: Bug report
- Topic: Everything 1.4 does not detect changes to docker VMDK
- Replies: 9
- Views: 7295
Re: Everything 1.4 does not detect changes to docker VMDK
Actually also macros works in that box
I created a filter macro ExcludeList with all the folder I want "explorer's monitoring" and I can add all the exclusions to that macro and use the same macro to all the drives i have just typing excludelist: in that box... also more organized that way
I created a filter macro ExcludeList with all the folder I want "explorer's monitoring" and I can add all the exclusions to that macro and use the same macro to all the drives i have just typing excludelist: in that box... also more organized that way
- Sun Feb 11, 2018 8:17 pm
- Forum: Bug report
- Topic: Everything 1.4 does not detect changes to docker VMDK
- Replies: 9
- Views: 7295
Re: Everything 1.4 does not detect changes to docker VMDK
Everything being Everything (highly configurable), what you want is actually possible: Under Menu:Tools > Options > Indexes > NTFS , configure Include only = !C:\MyFolder Mind the "!" (meaning NOT) You'll have to experiment with "" the path or not. Cool, how do I miss those things... It works with ...
- Sun Feb 11, 2018 7:38 pm
- Forum: Suggestions
- Topic: Making bookmarks feature more accessible
- Replies: 6
- Views: 3222
Re: Making bookmarks feature more accessible
1. What about Alt+B I don't really use alt normally and B is quite far compared to ctrl+d :) I guess if there was an option to map the bookmark menu to a custom key it would work too, so it can be worked around. Even changing the <Alt>-<B> is possible! : https://www.voidtools.com/forum/viewtopic.ph...
- Sun Feb 11, 2018 7:26 pm
- Forum: Bug report
- Topic: Everything 1.4 does not detect changes to docker VMDK
- Replies: 9
- Views: 7295
Re: Everything 1.4 does not detect changes to docker VMDK
It *is* coming from VirtualBox. Docker is 'just' a virtual application engine, where the application runs isolated and it's settings are saved somewhere else on the (virtual) Linux machine. It is just another program running on the virtual machine The VMDK belongs to the virtual Linux mahine. It ha...
- Sat Feb 10, 2018 9:05 pm
- Forum: Suggestions
- Topic: Making bookmarks feature more accessible
- Replies: 6
- Views: 3222
Re: Making bookmarks feature more accessible
1. What about Alt+B I don't really use alt normally and B is quite far compared to ctrl+d :) I guess if there was an option to map the bookmark menu to a custom key it would work too, so it can be worked around. you could also write a ahk script to accomplish the same but i wanted the feature to be...
- Sat Feb 10, 2018 8:56 am
- Forum: Suggestions
- Topic: Making bookmarks feature more accessible
- Replies: 6
- Views: 3222
Making bookmarks feature more accessible
The bookmark feature could be made more usable by making a hotkey for viewing the bookmark list (Ctrl+D) for choosing, and "adding item" as a submenu item. (like TC)
- Sat Feb 10, 2018 8:53 am
- Forum: Suggestions
- Topic: Tab pages
- Replies: 8
- Views: 9364
Re: Tab pages
+1 for tabs,
also add feature to customize icon/colors for a tab ( like total commander ) , allow pinning and and hotkey for openning filters/bookmarks in a new tab (like shift+click)
also add feature to customize icon/colors for a tab ( like total commander ) , allow pinning and and hotkey for openning filters/bookmarks in a new tab (like shift+click)
- Sat Feb 10, 2018 8:06 am
- Forum: Bug report
- Topic: Everything 1.4 does not detect changes to docker VMDK
- Replies: 9
- Views: 7295
Re: Everything 1.4 does not detect changes to docker VMDK
I did some further tests , it seems the issue is coming from virtualbox (latest build) and not specific to docker. I've retested again with latest everything build with vanilla configuration, same issue. I think the issue could point to a serious problem if everything misses NTFS changes to disk in ...
- Fri Feb 09, 2018 11:00 pm
- Forum: Suggestions
- Topic: Secondary Search
- Replies: 9
- Views: 9596
Re: Secondary Search
- rightclick on a path: Search only in this path / Exclude this path from search - rightclick on a date: Search only newer files / Search only older files I'll consider it, thanks for the suggestion! +1 Actually I've expanded on this idea in a post a few months ago with cascading children list on r...
- Fri Feb 09, 2018 3:34 pm
- Forum: Bug report
- Topic: Everything 1.4 does not detect changes to docker VMDK
- Replies: 9
- Views: 7295
Everything 1.4 does not detect changes to docker VMDK
Hi I noticed some issue with everything on my machine. For some reason files changed by docker (modified , size change etc) are not updated in everything's index. (referring to virtualbox vmdk files) When rebuilding the index the changes appear. On explorer the changes appear (size,modified date) I'...
- Sat Oct 14, 2017 8:21 am
- Forum: Suggestions
- Topic: Clicking/Right click on a path component in the search result allows to add to the filter
- Replies: 1
- Views: 2226
Re: Clicking/Right click on a path component in the search result allows to add to the filter
Just thought about an extension to this suggestion: Right clicking on date columns (modified,accessed,created) could suggest a context of filtering before and after the date clicked, or possibly extract the "this" year/month/day time range and use that as filter, etc... Could enhance the UI very dra...
- Sat Oct 14, 2017 7:42 am
- Forum: Suggestions
- Topic: Clicking/Right click on a path component in the search result allows to add to the filter
- Replies: 1
- Views: 2226
Clicking/Right click on a path component in the search result allows to add to the filter
Hi To ease use of the granular searching, it would be a nice option if you could right click the path column in the search results and auto add part or whole path to the current search filter. I.E child:mp3 would find all folders containing mp3, if one of the results path is: "H:\Music\Music\New\Ele...
- Sat Oct 14, 2017 7:31 am
- Forum: Support
- Topic: Idea on how to find directories containing X
- Replies: 2
- Views: 1329
Re: Idea on how to find directories containing X
Huh You posted while I was writing this post... :) Just saw the child: option ,which does what i want.. About the dynamic folder sizes...Your trick does work nicely but you'll agree it's a bit clunky, it would be much nicer to calculate the size dynamically - instead of creating file lists for every...
- Sat Oct 14, 2017 7:13 am
- Forum: Support
- Topic: Idea on how to find directories containing X
- Replies: 2
- Views: 1329
Idea on how to find directories containing X
Hi Does anyone have an idea how to search for folders containing X, e.g all folders containing .mp3 or audio files ? possibly limiting it to the first parent directory I like the option of seeing the sizes of dirs and it would be nice to locate all directories containing X when you have multiple loc...