search via Pop-up Directory Tree by ANY PART of folder name
Moderators: Hacker, petermad, Stefan2, white
search via Pop-up Directory Tree by ANY PART of folder name
Hi
In Total Commander configuration one can choose for Quick search option, that it has to compare for matching not only filename beginnings, but the whole filenames.
Is there any way to get such option for search in Pop-up Directory Tree dialog (Alt+F10) as well in order to search for any part of folder name? If it is not possible with TC regular options, may be there is some plugin on external utility?
Thanks!
In Total Commander configuration one can choose for Quick search option, that it has to compare for matching not only filename beginnings, but the whole filenames.
Is there any way to get such option for search in Pop-up Directory Tree dialog (Alt+F10) as well in order to search for any part of folder name? If it is not possible with TC regular options, may be there is some plugin on external utility?
Thanks!
Last edited by leopoldus on 2012-10-20, 11:22 UTC, edited 1 time in total.
2HolgerK
Thank you, but I already use this trick.
The matter is, that I use this dialog a lot and the most of my search requires just demands this asterisk prefix. So now it's quite bothering, specially at a notebook keyboard without natural asterisk key.
I'd be happy to make it to search by any part of folder name by default.
Thank you, but I already use this trick.
The matter is, that I use this dialog a lot and the most of my search requires just demands this asterisk prefix. So now it's quite bothering, specially at a notebook keyboard without natural asterisk key.
I'd be happy to make it to search by any part of folder name by default.
Re: search via Pop-up Directory Tree by ANY PART of forlder
Try Quick Search Extendedleopoldus wrote:Hi
In Total Commander configuration one can choose for Quick search option, that it has to compare for matching not only filename beginnings, but the whole filenames.
Is there any way to get such option for search in Pop-up Directory Tree dialog (Alt+F10) as well in order to search for any part of folder name? If it is not possible with TC regular options, may be there is some plugin on external utility?
Thanks!
http://www.ghisler.ch/board/viewtopic.php?t=22592
What you can do is using an automation tool with hotkey or button inside TC thatleopoldus wrote: The matter is, that I use this dialog a lot and the most of my search requires just demands this asterisk prefix. So now it's quite bothering, specially at a notebook keyboard without natural asterisk key.
I'd be happy to make it to search by any part of folder name by default.
1) send Alt+F10 wait and send * to tree window
2) remap a key to * for this window only (But normally all keybord have * key as key combination)
You can use AutoHotkey, PowerPro, AutoIt....
XCD plugin with the 'Always add *-wildcards to the search expression' option enabled.
http://mitglied.multimania.de/matbal/ (webpage in German, program in both German and English)
Edit: Looks like the website is down for me - hopefully it is only a temporary thing. If you want the plugin uploaded somewhere, let me know. I have the last published version, which was version 29/05/2012.
http://mitglied.multimania.de/matbal/ (webpage in German, program in both German and English)
Edit: Looks like the website is down for me - hopefully it is only a temporary thing. If you want the plugin uploaded somewhere, let me know. I have the last published version, which was version 29/05/2012.
2Horst.Epp
2nsp
2romulous
I'm not sure, what do you mean. I already use this great plugin, but don't see any option to apply it for searching among folders.Try Quick Search Extended
2nsp
Is there any ready script for this purpose? I'm afraid, that my skills are not enough to write it myself.What you can do is using an automation tool with hotkey or button inside TC that
1) send Alt+F10 wait and send * to tree window
2romulous
Yes, it is currently down. I'll try again some days late and let you know, if I will not be able to get anything from there.Looks like the website is down for me - hopefully it is only a temporary thing. If you want the plugin uploaded somewhere, let me know.
No problem, I will check back here in a few days. Here is the Total Commander wiki page for it in the meantime:
http://www.ghisler.ch/wiki/index.php/XCD
The page may be a bit out of date - it mentions TC v6.03 - but hopefully it should give you an idea of how it works. For me, I simply have XCD mapped to a hotkey (I left Alt+F10 alone and chose another one - that way, if I want to update the treeinfo.wc files, I simply use TC's hotkey to do it).
I hit the hotkey I defined for XCD, type in the folder name I want (or part of), XCD searches the treeinfo.wc files, and then lists the potential matches. Use cursor keys (or mouse) to move to the correct match, hit Enter, and TC opens that folder.
XCD is the one add-on to TC I could not do without - there is no other way to navigate folder structures as quickly, in any file manager (TC included). Hopefully the page will be back up! At least I suppose the author updated XCD to work with the new wm_copydata api in TC v8 - the old version of XCD did not work well with TC v8 at all (old version continues to work fine with TC 7.x though).
http://www.ghisler.ch/wiki/index.php/XCD
The page may be a bit out of date - it mentions TC v6.03 - but hopefully it should give you an idea of how it works. For me, I simply have XCD mapped to a hotkey (I left Alt+F10 alone and chose another one - that way, if I want to update the treeinfo.wc files, I simply use TC's hotkey to do it).
I hit the hotkey I defined for XCD, type in the folder name I want (or part of), XCD searches the treeinfo.wc files, and then lists the potential matches. Use cursor keys (or mouse) to move to the correct match, hit Enter, and TC opens that folder.
XCD is the one add-on to TC I could not do without - there is no other way to navigate folder structures as quickly, in any file manager (TC included). Hopefully the page will be back up! At least I suppose the author updated XCD to work with the new wm_copydata api in TC v8 - the old version of XCD did not work well with TC v8 at all (old version continues to work fine with TC 7.x though).
Re: search via Pop-up Directory Tree by ANY PART of forlder
What about using Everything or VTfind ?leopoldus wrote:Hi
In Total Commander configuration one can choose for Quick search option, that it has to compare for matching not only filename beginnings, but the whole filenames.
Is there any way to get such option for search in Pop-up Directory Tree dialog (Alt+F10) as well in order to search for any part of folder name? If it is not possible with TC regular options, may be there is some plugin on external utility?
Thanks!
Both require NTFS volumes but find folders or files fast and can be integrated with TC.
This is a quick solution for you:leopoldus wrote: Is there any ready script for this purpose? I'm afraid, that my skills are not enough to write it myself.
1) [url=http://www.nirsoft.net/utils/nircmd.html]download nircmd[/nircmd]
2) unpack it to %COMMANDER_PATH%\tools\nircmd (or anywhere else)
3) create a script in this folder like (TreeStar.ncmd)
Code: Select all
sendkeyPress alt+F10
wait 150
sendkeypress multiply
Code: Select all
command:%COMMANDER_PATH%\tools\nircmd\nircmd.exe
parameters: script treestar.ncmd
startpath:%COMMANDER_PATH%\tools\nircmd
icon:
tooltip:
You can after create a button or a hotkey inside TC using em_treestar
[edit---------]
This solution is not very polished but works with minimal footprint.
XCD is a very nice tool but it is not giving you a tree navigation. The website is down since two month.
2romulous

2Horst.Epp
Regarding VTFind, I did not know about it. Now I've looked at the home page and seems, that it is some search engine to be integrated into end-user applications, but it is not a user application itself. Am I right?
2nsp
Excuse me, do you mean, that this plugin does not work with TC newer versions 8.0+ ? I use now 8.01 and it would be quite complex to hold separate older version 7.56a extra for this pluginAt least I suppose the author updated XCD to work with the new wm_copydata api in TC v8 - the old version of XCD did not work well with TC v8 at all (old version continues to work fine with TC 7.x though).

2Horst.Epp
As you have noticed yourself, Everything works for NTFS partitions only, but I have many Fat32 volumes.What about using Everything or VTfind ?
Regarding VTFind, I did not know about it. Now I've looked at the home page and seems, that it is some search engine to be integrated into end-user applications, but it is not a user application itself. Am I right?
2nsp
Thank you very much! I'll try to clarify this matter today evening.This solution is not very polished but works with minimal footprint.
Hm... From romulous posts above I've concluded, that this plugin does support search in Pop-up Diretory Treer. What do you mean under "tree navigation"?XCD is a very nice tool but it is not giving you a tree navigation.
Well, the matter is clear now. Would anybody be so nice to upload somewhere the last version on this software? Thanks in advance!The website is down since two month.
Last edited by leopoldus on 2012-10-02, 15:18 UTC, edited 1 time in total.
-- download on http://matbal.drivehq.com/--leopoldus wrote:Well, the matter is clear now. Would anybody be so nice to upload somewhere the last version on this software? Thanks in advance!
Give a look to the xcd.html file to understand what it does.
As said, this is not a plugin, it is an external tool that use treeinfo.wc file to point you to searched folders. it works with version 8 even 64bit !
[edit]-- redirect to author website and removed from mirror --
Last edited by nsp on 2012-10-03, 05:34 UTC, edited 1 time in total.
http://matbal.drivehq.com/Would anybody be so nice to upload somewhere the last version on this software?
Regards
Holger
_________________
Das Internet darf kein linksfreier Raum sein.
2nsp
Reviewing now our previous discussion, I've noticed, that missed one your interesting remark.
Reviewing now our previous discussion, I've noticed, that missed one your interesting remark.
Which automation tool has an option to remap a keyboard key for a certain application only and not for the hole system?2) remap a key to * for this window only (But normally all keybord have * key as key combination)