Page 1 of 1

A little useful option to "Synchrinize Directories"

Posted: 2009-10-27, 10:47 UTC
by yosi_tz
I propose a little useful option to "Synchrinize Directories" display

When you make a search (ALT+F7), you get a list of Dirs and/or Files/ Now you can navigate in that list to a certain Dir or File and click on "Go to file", which brings you right to the location of that Dir/File.
Such an option is missing in the "Synchrinize Directories" result screen. When you right click the mouse you get numerous options (all very useful) but not this one.
I think this is basic, essential and rather easy to accomplish. Anyhow I miss this option very much.
Of course there should be: "Go to file (right)" and "Go to file (left)"

Hope you add this soon

Posted: 2009-10-27, 11:05 UTC
by MVV
But this will close your Sync dialog, is it a good thing?
Maybe in another instance of TC - maybe. Someone made a script for such task.

Posted: 2009-10-27, 13:22 UTC
by Samuel
Support++;

Perhaps possible with the standalone sync version.
It would be great to be able to run a user defined Program (in this example TC itself) there.
(using a parameter that holds the current selected file and its path.)

Posted: 2009-10-27, 14:12 UTC
by MVV
We have two files - left and right. So, perhaps we need two commands (or two context menu items) - for left one and for right one. I think two INI parameters like following may be good:

Code: Select all

SyncUserCommandL="Jump To Left File <--", C:\TOTALCMD\TOTALCMD.exe /n /L=%1
SyncUserCommandR="Jump To Right File -->", C:\TOTALCMD\TOTALCMD.exe /n /R=%1
So, title and command may be set.

Or some extended syntax and only one parameter:

Code: Select all

SyncUserCommand="Jump To Left File <--", "Jump To Right File -->", C:\TOTALCMD\TOTALCMD.exe /n /S /L=%1

Regarding SyncUserCommand suggestion

Posted: 2009-10-27, 15:30 UTC
by yosi_tz
Thanks for the suggestion
I tried just coping the commands to Wincmd.ini but nothing changes.
What need I do to insert and succeed with this solution ?
Hope anyone can help me
Yosi

Posted: 2009-10-27, 17:38 UTC
by Samuel
This is only an suggestion for an improvement of TC.
Currently it's not possible.

Posted: 2009-10-28, 21:00 UTC
by StatusQuo
Maybe in another instance of TC - maybe. Someone made a script for such task.
Indeed: AutoHotkey: From FileSync open another TC instance with selected files