ctrl + s - multiple filters

Here you can propose new features, make suggestions etc.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
smok3
Junior Member
Junior Member
Posts: 18
Joined: 2005-07-12, 18:44 UTC

ctrl + s - multiple filters

Post 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
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50873
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post 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.
Author of Total Commander
https://www.ghisler.com
User avatar
Samuel
Power Member
Power Member
Posts: 1930
Joined: 2003-08-29, 15:44 UTC
Location: Germany, Brandenburg an der Havel
Contact:

Re: ctrl + s - multiple filters

Post 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
Post Reply