Suggestions • Can EV add a parameter similar to the %L function in Total...
This parameter would be very useful in the custom_open_command.%L, %l, %F, %f, %D, %d, %UL, %UF, %WL, %WFcreate a list file in the TEMP directory with the names of the selected files and directories,...
View ArticleSuggestions • Re: Can EV add a parameter similar to the %L function in Total...
I'm search with Everything in Total Commander and then use all these TC functions.Why do I need the same in Everything ?Everything will never be the same as a full-fledged 2 pane file manager like TC...
View ArticleSuggestions • Re: Manual Multi-Rename Pane : double-clicking word immediately...
I will trial my own word selection for the multi-rename filename edit controls in the next alpha update.Thank you for the suggestion.Statistics: Posted by void — Sun Jul 27, 2025 3:15 am
View ArticleBug report • explorer.exe processes accumulating
When opening folders with the context menu items, "Explore Path" & "Explore", it creates a new explorer process/window. When the window closes. The process does not close. They start to accumulate...
View ArticleSuggestions • Re: Search archives
To display zip, rar and 7z filenames:In Everything 1.5, right click the result list column header and click Add columns...Search for: containerSelect Container FilenamesClick OK.Optionally, search...
View ArticleBug report • Re: explorer.exe processes accumulating
The processes should eventually close.Are they still around after 10 minutes?To me this is an issue with Explorer, not Everything.I see the same behavior launching explorer.exe from Windows Explorer.I...
View ArticleSuggestions • Conditional Highlighting
I keep finding myself wishing I could set up pre-set rules to visually highlight rows/text when specific conditions or strings/regex are found.Right this moment, I went to rename some files on a drive...
View ArticleSuggestions • Re: Conditional Highlighting
Conditional colors / color filters are on my TODO list.Thank you for the suggestions.There is already some support for basic filename color filters in Everything 1.5.-Try a color filter with the...
View ArticleSupport • Re: Support for right aligning Path column
The path_ellipsis formatting is excellent, thank you!*One additional request - can the ellipsis location be made configurable? It would be very helpful to see two levels of parent folders rather than...
View ArticleSupport • Re: Video Format differences
Checking in here, same issue, except this time it's just between two different instances of Everything. Running 1.5.0.1396a (x64) on both. No plug-ins on either instance. Running Windows 11.Weirdly,...
View ArticleSupport • Re: Open File and Open Path does not work
Hi Void,I have a similar issue, but it’s probably not worth a new post, so I’m commenting here.I recall that previous versions of Everything opened paths/folders in a new tab in QTTabBar, but newer...
View ArticleGeneral • Re: Cannot Preview .snagx extensions
Everything uses the system to render thumbnails/previews.Third party thumbnail and preview handlers can be installed.Maybe a handler already exists for snagx?Statistics: Posted by void — Tue Jul 29,...
View ArticleSupport • Re: ES: Is ES.EXE notting (or void-ing) NOT queries ?
ES treats - -- and / prefixes as a command line switches./ will silently fail if there's no matching switch, so you can search for /downloads without breaking too much.The next ES update will have...
View ArticleDevelopment, plugins and third party software • Re: Everything 1.5a...
I have 1.5 and quicklook 3.7.3 working together fine withotu any problems?I don't think I did anything special other than using NO_ALPHA_INSTANCEStatistics: Posted by Jolly — Tue Jul 29, 2025 3:58 pm
View ArticleSupport • Only Special Character Search Results Showing
Apologies in advance, I'm not Mr. Computer whiz. Some of the info I'm sharing may not be useful to diagnose the problem. Background: I am using everything on my work PC. Downloaded it about a week ago...
View ArticleEverything 1.5 Alpha • Re: Run Count - ignore path?
When exactly do entries get removed from Run HistoryWhen run history is loaded.(when you start Everything)Run history is committed to disk when you:Exit EverythingClose an Everything Search...
View ArticleGeneral • Re: voidImageViewer
Could you add these three features?1. Drag the window by holding the left mouse button and dragging the image.2. When an image file is opened, automatically resize the window to match the image’s...
View ArticleSupport • Re: Only Special Character Search Results Showing
What version of Everything are you using? (Help -> About Everything)Please make sure no search options are checked under the Search menu (eg: uncheck match case, uncheck match whole words, uncheck...
View ArticleEverything 1.5 Alpha • Unable to show regular expression match
I have modeled my command from this post: Display file "content:" search results - like grepviewtopic.php?t=11060My search command:Code: D:\HOME\org\notes\ ext:txt regex:content:"pandoc"...
View ArticleEverything 1.5 Alpha • Re: Unable to show regular expression match
Please use ( and ) to capture text:Code: D:\HOME\org\notes\ ext:txt regex:content:(.*pandoc.*) addcolumn:regmatch1The line containing pandoc is shown under the regmatch1 column.The first ( ) group...
View Article