ext: wildcards

Discussion related to "Everything" 1.5 Alpha.
Post Reply
uncleBob
Posts: 3
Joined: Fri Jan 20, 2023 11:05 pm

ext: wildcards

Post by uncleBob »

back in April of 2022 you fixed alpha version 1.5 so that ext:xlsx;xlsm works properly.

That was very helpful, but supporting wild cards in Extension: would be even more helpful. ( In fact wild cards should also be considered for most of the properties that can put into a delimited list. )

Let's say I want to find an old financial planning file but I don't remember its exact name or if it was excel, word, or power point

with version 1.5 I can search for name:finan;plan ext:xls;xlsx;xlsm;xlst;doc;docx;docm;ppt;pptx

But its very ugly. And of course the above list of extensions omitted xlsb or xla and maybe even a few others.

Wild cards would make a huge difference:

name:finan;plan ext:xl*;doc*;pp*

Please consider it.
uncleBob

P.S. By the way Everything.exe is great and in many ways superior to x1.com which I have been using for 20 years.
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: [Solved] Search extensions with wildcards

Post by void »

Thank you for your feedback uncleBob,

The next alpha update will support * and ? wildcards with ext:

Thank you for the suggestion.



extension: should already support wildcards.
As do other functions that accept "filename" parameters. (eg: stem: name: child: parentname: ancestorname: etc..)
I'll also fix wildcard highlighting in the next alpha update.
uncleBob
Posts: 3
Joined: Fri Jan 20, 2023 11:05 pm

Re: [Solved] Search extensions with wildcards

Post by uncleBob »

WOW, your response was almost as fast as Everything.exe ! Thanks

Bob
Michi
Posts: 69
Joined: Thu Jul 28, 2022 9:23 am

Re: [Solved] Search extensions with wildcards

Post by Michi »

Considering that extensions could be longer than one, two or three characters, like.config for example, supporting wildcards would be awesome!
This way I could find files or folder, too, like ext:conf*
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: ext: wildcards

Post by void »

Everything 1.5.0.1336a adds wildcard support to ext:

For example:
ext:mp*
ext:conf*

Everything 1.5.0.1336a also fixes an issue with wildcard highlighting.
Michi
Posts: 69
Joined: Thu Jul 28, 2022 9:23 am

Re: ext: wildcards

Post by Michi »

Great! Thanks for this!
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: ext: wildcards

Post by void »

Everything 1.5.0.1338a fixes the following issues with ext:

Using wildcards with ext: will now highlight correctly.

For example:
ext:mp*



The *. prefix is now removed.

For example:
ext:*.mp3
Post Reply