Quantcast
Channel: voidtools forum

Support • Re: How to limit search to exact target?

I noticed if match path is enabled, searching with exact: for a complete filename doesn't work.Edit: oh, of course, you have to add the full path to get it to match.Statistics: Posted by winston — Sun...

View Article


Image may be NSFW.
Clik here to view.

General • Re: JumpToFolder - Use the power of Everything in File Managers and...

Thanks for making this! I just installed and tried it: aside from merely not looking pretty with the flickering in the dialog box, it works great. Since AHK is meant to emulate user input, I doubt it...

View Article


Image may be NSFW.
Clik here to view.

Everything 1.5 Alpha • Re: Rename to remove variable length filename endings?

With a search of: 100,000 sample copy I get files like:..The Old format: has "noise", copy copy copy or what not.Simply exclude those unwanted parts from the New format: setting.In this case, (1%1)...

View Article

Everything 1.5 Alpha • Re: How to exclude external drive from all properties...

There's no way to 'globally' exclude the external drive from all properties.I will consider an option to do this.Thanks for the suggestion.For now, you'll have to exclude the removable drive for each...

View Article

Image may be NSFW.
Clik here to view.

Development, plugins and third party software • gbLocator - Software for...

I write software for blind and low vision users. My primary product is called EZReader, a software suite of 110+ plus programs whose user interfaces are designed specifically for blind and low vision...

View Article


Everything 1.5 Alpha • Re: feature request: run-count reference/update...

Thank you for your reply.I now understand the HTTP server functionality policy.Thank you again.Statistics: Posted by brandySnake — Wed Sep 03, 2025 7:09 am

View Article

Support • Help with Regex to find blank space

My MP3 files contain the time of the recording in the name. To indicate the hour unit, some files use a single "h" while others use "hrs", as shown here. The "h" or hrs" is always followed by a blank...

View Article

Support • Re: Help with Regex to find blank space

Your regex search is very close.Disable regex from the Search menu and search for:regex:[0-9]h" " mp3-or-Leave regex enabled under the Search menu and search for:[0-9]h" ".*\.mp3$.* == match any...

View Article