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
ctrl + s - multiple filters
Moderators: Hacker, petermad, Stefan2, white
- ghisler(Author)
- Site Admin
- Posts: 50873
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
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.
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
https://www.ghisler.com
- Samuel
- Power Member
- Posts: 1930
- Joined: 2003-08-29, 15:44 UTC
- Location: Germany, Brandenburg an der Havel
- Contact:
Re: ctrl + s - multiple filters
With quick search extended the syntax would be: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
Code: Select all
.avi|.a1.wav