Page 1 of 1

[Implemented] Change of descriptions in totalcmd.inc and wcmd_eng.inc

Posted: 2020-06-04, 23:32 UTC
by petermad
I suggest the following changes in totalcmd.inc:

Code: Select all

OPENTABS <filename>=-3;Open tabs from saved .tab file
APPENDTABS <filename>=-4;Append tabs to existing tabs
to:

Code: Select all

OPENTABS <filename>=-3;Open tabs from saved .tab file (supports modifiers L and R)
APPENDTABS <filename>=-4;Append tabs to existing tabs (supports modifiers L and R)

And accordingly these changes in wcmd_eng.inc:

Code: Select all

-3="Open tabs from saved .tab file"
-4="Append tabs to existing tabs"
to:

Code: Select all

-3="Open tabs from saved .tab file (supports modifiers L and R)"
-4="Append tabs to existing tabs (supports modifiers L and R)"
The only other way for the user to know about these modifiers is to scrutinize the history.txt file.

See also https://www.ghisler.ch/board/viewtopic.php?p=388305#p388305

Re: Change of descriptions in totalcmd.inc and wcmd_eng.inc

Posted: 2021-03-15, 11:04 UTC
by petermad
Bump*

And adding suggesting these changes too:

Code: Select all

SELECTFILES <*.ext *.ex2>=-11;Select files of specified types
to

Code: Select all

SELECTFILES <*.ext *.ex2>=-11;Select files of specified types (supports modifiers D, B, U, L, R, T and S)

and changing this:

Code: Select all

SAVEDETAILS <filename>=-23;Save selection with all details to file (supports modifiers A and W)
to

Code: Select all

SAVEDETAILS <filename>=-23;Save selection with all details to file (supports modifiers A, W and H)

and adding this:

Code: Select all

ZIPFROMLIST <archive name>=-26;Pack files from list (supports parameters -m, -o, -c0-3 and 0-9)