Author: MVV
Posted: Wed Mar 02, 2016 1:28 am (GMT -6)
I think you can create some usercommand that will switch dir and then close duplicate tabs, and then use this command it in directory hotlist instead of standard cd command.
E.g. you can create following em_CdUnique command (using my TCFS2 tool):
And then just type em_CdUnique instead of cd in hotlist, e.g.:
_________________
TCFS2 + TCFS2Tools: Full-screen mode for TC etc (forum)
TOTALCMD.NET: AskParam, CopyTree, NTLinks, Sudo, VirtualPanel
Posted: Wed Mar 02, 2016 1:28 am (GMT -6)
I think you can create some usercommand that will switch dir and then close duplicate tabs, and then use this command it in directory hotlist instead of standard cd command.
E.g. you can create following em_CdUnique command (using my TCFS2 tool):
Code: |
Command: TCSF2.exe Parameters: /ef "eval(tcd(`%A`,,S)+msg($433,3009,,1)+send(`{UP}{ENTER}`))" |
And then just type em_CdUnique instead of cd in hotlist, e.g.:
Code: |
em_CdUnique %TEMP% |
_________________
TCFS2 + TCFS2Tools: Full-screen mode for TC etc (forum)
TOTALCMD.NET: AskParam, CopyTree, NTLinks, Sudo, VirtualPanel