Compare direcories only (shift-f2 for folders only)

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
Terka
Senior Member
Senior Member
Posts: 326
Joined: 2006-05-24, 09:04 UTC

Compare direcories only (shift-f2 for folders only)

Post by *Terka »

When pressing shift-f2, it selects files that are different.
Want to do this for folders only.
Want to select only directories that are in one panel and not in second panel - compare just the names, ignoring their create/access dates.
Thanks for help!
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

You can select dir names in e.g. left panel and use cm_CopyNamesToClip, and then use cm_LoadSelectionFromClip in right panel and inverse selection.
Terka
Senior Member
Senior Member
Posts: 326
Joined: 2006-05-24, 09:04 UTC

Post by *Terka »

OK, that could help, spocibo.
Has TC possibility to automatically complete the commands?
Like {tab} in linux or ctrl-j in PSPad?
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

Works fine for me (selects in active side only) with latest beta of TCFS2 tool:

Code: Select all

TCFS2.exe /ef "tcm(524) tcm(3303) tcm(2017) send(`{tab}`) tcm(524) tcm(2033) tcm(3323) tcm(3304)"
User avatar
Hacker
Moderator
Moderator
Posts: 13144
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

cm_CompareDirsWithSubdirs and then unselect files?

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
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

So much easier. :D
User avatar
LonerD
Senior Member
Senior Member
Posts: 381
Joined: 2010-06-19, 20:18 UTC
Location: Makeyevka/Makiivka
Contact:

Post by *LonerD »

TCFS2.exe /ef msg($0B,0) tcm(536) tcm(3304) "tcm(4002) tcm(3304) tcm(4001), eval(L_isActive) | tcm(4001) tcm(3304) tcm(4002)" msg($0B,1) redraw()
"I used to feel guilty in Cambridge that I spent all day playing games, while I was supposed to be doing mathematics. Then, when I discovered surreal numbers, I realized that playing games IS math." John Horton Conway
Post Reply