Page 1 of 1

ctrl + s - multiple filters

Posted: 2011-11-25, 10:44 UTC
by smok3
I would like to have a behaviour to add more search parameters into ctrl + s input field, for example:

*.avi + *.a1.wav

or

*.avi && *.a1.wav

Posted: 2011-11-25, 14:42 UTC
by ghisler(Author)
You can use quick search extended:
http://www.totalcmd.net/plugring/Google_like_QS.html

It uses an official documented method to extend the quick search function.

Re: ctrl + s - multiple filters

Posted: 2011-11-25, 17:55 UTC
by Samuel
smok3 wrote:I would like to have a behaviour to add more search parameters into ctrl + s input field, for example:

*.avi + *.a1.wav

or

*.avi && *.a1.wav
With quick search extended the syntax would be:

Code: Select all

.avi|.a1.wav