Unfortunately the internal command cm_AddToCmdLine "TEXT" is missing. This should be easy to implement and would be very useful.ghisler(Author) wrote: 2023-05-01, 14:34 UTC For now I have added the following commands:
...
cm_ShowCmdLineHistory (like Alt+F8)
cm_AddFileNameToCmdLine
cm_AddPathAndFileNameToCmdLine
Background: If you are on a remote computer via SFTP plugin, there is no way to call alias commands (see here: Aliases...). The complete command (e.g. calling a script (xyz.sh) on the remote computer) must contain all parameters and, if necessary, the leading "./" (./xyz.sh -1 -2 -3 -4 --p5 - 6 -p7) appear exactly like this in the Tc command line. Unfortunately, there is no way to pin commands to the command line history.
Please implement this in Tc11.02 or at least in Tc11.03...
Or much more simple:
Simply extend the new internal command cm_AddFileNameToCmdLine with the parameter "TEXT", where TEXT replaces the filename.
This would be simply to implement but a very useful additional feature.
Thanks
Joube
*) Unfortunately I missed this post in the thread: Re: Internal DC commands, which are very lacking in TC, so I am late with my suggestion, sorry.