View previous topic :: View next topic |
Author |
Message |
Samuel Power Member


Joined: 29 Aug 2003 Posts: 1839 Location: Brandenburg, Germany
|
Posted: Fri May 29, 2009 6:57 pm Post subject: QuickSearch eXtended |
|
|
QuickSearch eXtended for Total Commander 7.5+
Download:
QuickSearch eXtended
QuickSearch eXtended readme
QuickSearch eXtended readme - German
QuickSearch eXtended readme - Hungarian
QuickSearch eXtended readme - Korean
QuickSearch eXtended source
Extract the plugin to TC-Folder or use auto install by entering the zip from within TC. You have to restart TC to make it work.
Very important:
Please, please, please read the readme to get more and better informations about installation, usage, possible customization and the last changes.
Its useful - trust me.
Features:
- Search substrings in random order.
- RegEx search
- Similarity search
- Possibility to use presets
- PinYin support
- Highly customizable
Suggestions are welcome.
Examples:
It's possible to search substrings in a random order:
Code: | Search for: "dog cat"
Find:
A dog and a cat moved to china.txt
CaTs and dOgs.avi
bulldog catalysator.doc
Search for: "cat music|dog fun"
Find:
Musical cats.pdf
funny Dog.avi |
It's also possible to do a RegEx search:
Code: | Search for: "?_\d"
Find:
tcmd_75b4.exe
AutoHotkey_104800_Install.exe
IZArc_4b1.exe |
It's even possible to do a Similarity search: (using Levenshtein Distance)
Code: | Search for: "<color"
Find:
colourful.bmp
my favorite Color.jpg
Search for: "<2lefenstein"
Find:
Levenshtein.cpp |
You may also do a Srch:
Code: | Search for: "*dwn"
Find:
Download.zip
dewdrops.png
Sandra went to town.docx |
Presets:
Code: | Save Preset: ".pdf|.doc|.ppt|.xls|.txt>a"
Restore it: ">a" |
PinYin support:
Code: | Search for: "ext sz zgrand"
Find:
中国randomtext 神舟.bmp |
_________________ QuickSearch eXtended | ButtonBar eXtended | www.familie-plentz.de
Last edited by Samuel on Mon Jul 29, 2013 3:45 pm; edited 37 times in total |
|
Back to top |
|
 |
fenix_productions Power Member


Joined: 07 Aug 2005 Posts: 1945 Location: Poland
|
Posted: Fri May 29, 2009 8:02 pm Post subject: |
|
|
2Samuel
That was quick.
Question: are you willing to share a code?
Suggestion: real regexp would be very handy.
I could take a look and try to write it but I wonder how to workaround the problem mentioned by you in other post. _________________ "When we created the poke, we thought it would be cool to have a feature without any specific purpose." Facebook...
#128099
Last edited by fenix_productions on Fri May 29, 2009 8:04 pm; edited 1 time in total |
|
Back to top |
|
 |
Boofo Power Member


Joined: 10 Feb 2003 Posts: 1431 Location: Des Moines, IA (USA)
|
Posted: Fri May 29, 2009 8:02 pm Post subject: |
|
|
Sounds interesting. I will try it out.  _________________ chmod a+x /bin/laden -- Allows anyone the permission to execute /bin/laden
How do I un-overwrite all my data?
User of Total Commander
#60471 Single user license |
|
Back to top |
|
 |
fenix_productions Power Member


Joined: 07 Aug 2005 Posts: 1945 Location: Poland
|
Posted: Fri May 29, 2009 8:39 pm Post subject: |
|
|
2Samuel
I've just remembered something…
You can find the "biggest" suggestion here:
http://www.ghisler.ch/board/viewtopic.php?p=147461
Feel free to take anything you like  _________________ "When we created the poke, we thought it would be cool to have a feature without any specific purpose." Facebook...
#128099 |
|
Back to top |
|
 |
Samuel Power Member


Joined: 29 Aug 2003 Posts: 1839 Location: Brandenburg, Germany
|
Posted: Sat May 30, 2009 2:05 am Post subject: |
|
|
I will share code. But currently the Unicode string is converted to normal string, because I know normal strings better.
4.1, 5, 5.1, 5.2 are not supported by TC. (presets and columns)
Regex and similarity sound good.
Beside this:
Using the current Quicksearch is just really fast.
I almost think no need of regex, etc at all.
Edit:
2ghisler (Author):
Saveable presets for Quicksearch would be nice. (and or a history)
Also column support for the dll would be nice. _________________ QuickSearch eXtended | ButtonBar eXtended | www.familie-plentz.de |
|
Back to top |
|
 |
Samuel Power Member


Joined: 29 Aug 2003 Posts: 1839 Location: Brandenburg, Germany
|
|
Back to top |
|
 |
m^2 Power Member


Joined: 12 Jul 2006 Posts: 1413 Location: Poland
|
|
Back to top |
|
 |
Boofo Power Member


Joined: 10 Feb 2003 Posts: 1431 Location: Des Moines, IA (USA)
|
Posted: Sat May 30, 2009 5:03 am Post subject: |
|
|
2Samuel,
Quickserrach knows to use the tcmatch.dll on its own? Or do we need to add something somewhere? _________________ chmod a+x /bin/laden -- Allows anyone the permission to execute /bin/laden
How do I un-overwrite all my data?
User of Total Commander
#60471 Single user license |
|
Back to top |
|
 |
Samuel Power Member


Joined: 29 Aug 2003 Posts: 1839 Location: Brandenburg, Germany
|
|
Back to top |
|
 |
Boofo Power Member


Joined: 10 Feb 2003 Posts: 1431 Location: Des Moines, IA (USA)
|
Posted: Sat May 30, 2009 5:17 am Post subject: |
|
|
Where do I set the filter? _________________ chmod a+x /bin/laden -- Allows anyone the permission to execute /bin/laden
How do I un-overwrite all my data?
User of Total Commander
#60471 Single user license |
|
Back to top |
|
 |
Samuel Power Member


Joined: 29 Aug 2003 Posts: 1839 Location: Brandenburg, Germany
|
|
Back to top |
|
 |
Boofo Power Member


Joined: 10 Feb 2003 Posts: 1431 Location: Des Moines, IA (USA)
|
Posted: Sat May 30, 2009 5:24 am Post subject: |
|
|
Ok, I see now. It works great! Slick little idea, sir.
Any way to add this to the regular search, too? _________________ chmod a+x /bin/laden -- Allows anyone the permission to execute /bin/laden
How do I un-overwrite all my data?
User of Total Commander
#60471 Single user license |
|
Back to top |
|
 |
Samuel Power Member


Joined: 29 Aug 2003 Posts: 1839 Location: Brandenburg, Germany
|
|
Back to top |
|
 |
Boofo Power Member


Joined: 10 Feb 2003 Posts: 1431 Location: Des Moines, IA (USA)
|
Posted: Sat May 30, 2009 5:40 am Post subject: |
|
|
Do you think it would be good to have in the regular search? I don't want to suggest it if I am the only one who thinks so. _________________ chmod a+x /bin/laden -- Allows anyone the permission to execute /bin/laden
How do I un-overwrite all my data?
User of Total Commander
#60471 Single user license |
|
Back to top |
|
 |
Samuel Power Member


Joined: 29 Aug 2003 Posts: 1839 Location: Brandenburg, Germany
|
Posted: Sat May 30, 2009 5:49 am Post subject: |
|
|
I would like it and it seems like no big deal.
Im working on RegEx right now. But I think I need support from Mr. Ghisler for that. Currently when you would filter out all files with another letter, this letter is not written to the filter.
This gives problems using regex.
You cant write for example: "\d" because no file would match "\". So you have to paste this string to Quicksearch. _________________ QuickSearch eXtended | ButtonBar eXtended | www.familie-plentz.de |
|
Back to top |
|
 |
|