2
ghisler(Author)
There are undelete tools which work quite well - but not after cm_wipe.
I didn't write anything about cm_wipe. I'm just commenting on your concerns about cm_HardLink and cm_SymLink, which are not so scary compared to deleting past the trash. Do not forget about the problems of recovery from SSD and flash drives.
But how? TC uses .tab files which can be stored anywhere.
DC too. But specifically with favorite sets of tabs, it works differently, keeping the structure in favoritetabs.xml .
Using cm_LoadFavoriteTabs, it opens a menu where, among other things, you can select favorite sets from a saved list, between which it is convenient to switch. With ordinary sets, this would not have happened for the reason you indicated. Having such a kit in the assembly, you cannot worry about the loss of individual files. Working with cm_ReloadFavoriteTabs and cm_ResaveFavoriteTabs, you don't need to worry about knowing the path and name of the priority set, which is quite convenient.
OK, I can add this, but it will not work when the user has pressed Shift, Ctrl, or Alt.
Not a problem.
There is also no command to focus the system menu (context menu is Shift+F10).
Didn't understand what you mean by a command? You asked to give you something that has no command analogue.
Hmm, I think that this is a bug, not a feature.
If this is a bug, please do not fix it in any way.

I use it a lot. This is especially useful when selecting a folder with a deep structure. Let the status bar be empty. When you added the Alt+Shift+Down hotkey, I was a little upset

because it worked the same way, but it was more familiar to press DOWN.
I think I will have to add more parameters here, as for cm_copy.
Good.
Btw, there is already cm_OpenDirInNewTab and cm_OpenDirInNewTabOther.
I thought about it right away, too.
That's what cm_AddFileNameToCmdLine will do.
That's what cm_AddPathAndFileNameToCmdLine will do.
You're right. I was only looking at the keyboard shortcuts and didn't pay attention to it.
It does the same except when in branch view or when showing search results. But then there wouldn't be a common path for all selected files...
It is for these modes that cm_CopyPathOfFilesToClip is required. I know how to get the current path. This is different. Here we get a list of folders to consider the location, especially when we are looking for a single file, including after Ctrl+F12 and Cltr+B. Having received such a list, you can work with the necessary directories via cm_SaveSelectionToFile, SAVESELECTION and LOADLIST0.
Thanks for the approved ones!