QuickSearch eXtended

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
Samuel
Power Member
Power Member
Posts: 1930
Joined: 2003-08-29, 15:44 UTC
Location: Germany, Brandenburg an der Havel
Contact:

Post by *Samuel »

2Andreas:
Its nothing wrong there.

The correct syntax is: "!.pdf"
".pdf!" will search for "*.pdf!"-files.

The negation char "!" does only work as first char
Andreas
Power Member
Power Member
Posts: 861
Joined: 2003-08-30, 08:45 UTC
Location: Hannover

Post by *Andreas »

Your "Read Me" File is (was?) broken ;)
Gruß Andreas

Win10 x64 +++ Total Commander 10 +++ Directory Opus 12 +++
User avatar
Samuel
Power Member
Power Member
Posts: 1930
Joined: 2003-08-29, 15:44 UTC
Location: Germany, Brandenburg an der Havel
Contact:

Post by *Samuel »

;-)

Cannot confirm.
There is a copy in your TC directory: "tcmatch.pdf"
Andreas
Power Member
Power Member
Posts: 861
Joined: 2003-08-30, 08:45 UTC
Location: Hannover

Post by *Andreas »

Gruß Andreas

Win10 x64 +++ Total Commander 10 +++ Directory Opus 12 +++
User avatar
Hacker
Moderator
Moderator
Posts: 13141
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

Andreas,
Works fine here.

Code: Select all

99cf67f0867a31b10dd1df28919c80a3 *tcmatch.pdf
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.
User avatar
Samuel
Power Member
Power Member
Posts: 1930
Joined: 2003-08-29, 15:44 UTC
Location: Germany, Brandenburg an der Havel
Contact:

Post by *Samuel »

m^2 wrote:
Samuel wrote:PS: Does anyone have further suggestions for search modes/improvements for QSx?
How about an email client?
:D
Peter wrote:
Samuel wrote:....PS: Does anyone have further suggestions for search modes/improvements for QSx?
GUI for Settings?
Quick change / toggle between "match_beginning"?
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.)
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?
User avatar
wupi
Junior Member
Junior Member
Posts: 6
Joined: 2009-02-14, 10:46 UTC

Post by *wupi »

Great work, thanks a lot ! :)
User avatar
Peter
Power Member
Power Member
Posts: 2068
Joined: 2003-11-13, 13:40 UTC
Location: Schweiz

Post by *Peter »

Samuel wrote:....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 ...

I have files:

Code: Select all

hello jim.txt
ciao john.txt
test.doc
Match_beginning=1, presssing "h", Result:

Code: Select all

hello.jim
Match_beginning=0, presssing "h", Result:

Code: Select all

hello.jim
ciao john.txt
When I want to change between the modes, I have to open and edit the INI - a hard way ...

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
User avatar
Samuel
Power Member
Power Member
Posts: 1930
Joined: 2003-08-29, 15:44 UTC
Location: Germany, Brandenburg an der Havel
Contact:

Post by *Samuel »

Hotkeys are currently hard to implement, because my dll does not run always. But if I will add a GUI this will be possible by pressing a button (perhaps also with Hotkeys).
User avatar
Peter
Power Member
Power Member
Posts: 2068
Joined: 2003-11-13, 13:40 UTC
Location: Schweiz

Post by *Peter »

Samuel wrote:... But if I will add a GUI ...
Fine.

Peter
TC 10.xx / #266191
Win 10 x64
User avatar
solid
Power Member
Power Member
Posts: 749
Joined: 2004-08-09, 11:20 UTC

Post by *solid »

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".
Nice. Like in Launchy. Thanks a lot for good work.
User avatar
majkinetor !
Power Member
Power Member
Posts: 1580
Joined: 2006-01-18, 07:56 UTC
Contact:

Post by *majkinetor ! »

Updated first post: Version 1.6.0 is available.
Hej, thx for this, I rly appreciate it. I like the name too - srč.

About GUI, is it smart to bloat dll with rarely used GUI ?
Standalone ini editor is better idea.
Habemus majkam!
User avatar
Samuel
Power Member
Power Member
Posts: 1930
Joined: 2003-08-29, 15:44 UTC
Location: Germany, Brandenburg an der Havel
Contact:

Post by *Samuel »

I didnt wanted to bloat the dll. I just wanted to add a ahk Prog that does the GUI optionally.

I thought also about a very small GUI showing icons for:
- case sensitive
- match beginning
- different search modes

It would only appear if TCs QS window is open.
User avatar
Hacker
Moderator
Moderator
Posts: 13141
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

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.

Code: Select all

[wdx]
debug_output=3
wdx_test=ISO@c:\Programy\Totalcmd\Plugins\Content\Exif\exif.wdx
However, when I enter "100" in the search field, nothing is shown.

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"
Any help, please?

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.
User avatar
Samuel
Power Member
Power Member
Posts: 1930
Joined: 2003-08-29, 15:44 UTC
Location: Germany, Brandenburg an der Havel
Contact:

Post by *Samuel »

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.

Code: Select all

[wdx]
debug_output=3
wdx_test=ISO@c:\Programy\Totalcmd\Plugins\Content\Exif\exif.wdx
However, when I enter "100" in the search field, nothing is shown.

First you need to use the "wdx_separator_char=/" before 100:

Code: Select all

Filter: "/100" 
And your Ini entry should look like:

Code: Select all

[wdx]
wdx_text_plugin1=ISO@c:\Programy\Totalcmd\Plugins\Content\Exif\exif.wdx
Or you could use:

Code: Select all

[wdx]
wdx_groups=1
wdx_text_plugin1=ISO@c:\Programy\Totalcmd\Plugins\Content\Exif\exif.wdx
So you could search with:

Code: Select all

Filter: "100" 
Post Reply