QuickSearch eXtended
Moderators: Hacker, petermad, Stefan2, white
Andreas,
Works fine here.
Roman
Works fine here.
Code: Select all
99cf67f0867a31b10dd1df28919c80a3 *tcmatch.pdf
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
- Samuel
- Power Member
- Posts: 1930
- Joined: 2003-08-29, 15:44 UTC
- Location: Germany, Brandenburg an der Havel
- Contact:
m^2 wrote:How about an email client?Samuel wrote:PS: Does anyone have further suggestions for search modes/improvements for QSx?

I also considered a GUI written in AHK. Perhaps also a mini GUI opening near the QS Field of TC. (Allowing to set the most important options.)Peter wrote:GUI for Settings?Samuel wrote:....PS: Does anyone have further suggestions for search modes/improvements for QSx?
Quick change / toggle between "match_beginning"?
Someone has an idea how to attach it to TCs QS Field in a smart way?
What do you mean with: "Quick change / toggle between "match_beginning"?"
Can you give an example how it should work?
Maybe I misunderstood the feature, but ...Samuel wrote:....What do you mean with: "Quick change / toggle between "match_beginning"?"
Can you give an example how it should work?
I have files:
Code: Select all
hello jim.txt
ciao john.txt
test.doc
Code: Select all
hello.jim
Code: Select all
hello.jim
ciao john.txt
I want a feature like "Ctrl+M+B" which switches between the modes ..
(I hope it is clear; otherwise I will switch to german.)
Peter
TC 10.xx / #266191
Win 10 x64
Win 10 x64
Nice. Like in Launchy. Thanks a lot for good work.Samuel wrote:Code: Select all
Version 1.6.0 - Added a new search-mode: "srch" (default activation char: "*") With this search you may skip letters of the filename. So the filter "dwn" will find the files "Download.zip" and "Sandra went to town.docx".
- majkinetor !
- Power Member
- Posts: 1580
- Joined: 2006-01-18, 07:56 UTC
- Contact:
Hello Samuel,
I seem not to be able to get WDX search to work. I would like to quickly filter images to see only those which were taken using ISO 100.
However, when I enter "100" in the search field, nothing is shown.
Any help, please?
TIA
Roman
I seem not to be able to get WDX search to work. I would like to quickly filter images to see only those which were taken using ISO 100.
Code: Select all
[wdx]
debug_output=3
wdx_test=ISO@c:\Programy\Totalcmd\Plugins\Content\Exif\exif.wdx
Code: Select all
File: "X.JPG"
Filter: "1"
File: "X.JPG"
Filter: "1"
File: "X.JPG"
Filter: "1"
File: "X.JPG"
Filter: "10"
File: "X.JPG"
Filter: "10"
File: "X.JPG"
Filter: "10"
File: "X.JPG"
Filter: "100"
File: "X.JPG"
Filter: "100"
File: "X.JPG"
Filter: "100"
TIA
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
- Samuel
- Power Member
- Posts: 1930
- Joined: 2003-08-29, 15:44 UTC
- Location: Germany, Brandenburg an der Havel
- Contact:
Hacker wrote:I seem not to be able to get WDX search to work. I would like to quickly filter images to see only those which were taken using ISO 100.
However, when I enter "100" in the search field, nothing is shown.Code: Select all
[wdx] debug_output=3 wdx_test=ISO@c:\Programy\Totalcmd\Plugins\Content\Exif\exif.wdx
First you need to use the "wdx_separator_char=/" before 100:
Code: Select all
Filter: "/100"
Code: Select all
[wdx]
wdx_text_plugin1=ISO@c:\Programy\Totalcmd\Plugins\Content\Exif\exif.wdx
Code: Select all
[wdx]
wdx_groups=1
wdx_text_plugin1=ISO@c:\Programy\Totalcmd\Plugins\Content\Exif\exif.wdx
Code: Select all
Filter: "100"