WindTerm icon indicating copy to clipboard operation
WindTerm copied to clipboard

FR: Execute command after execution

Open huzaynr opened this issue 3 months ago • 1 comments

When we add a command to: Session Setting -> SSH -> Authentication -> Execute command after execution; We need to press an Enter to execute the command.

Request: To add a check box, which shall enable pressing Enter/Return by default when selected, else command shall be pasted, but will not be executed

huzaynr avatar Oct 08 '25 19:10 huzaynr

Currently, you can append "\n" or "\r" after the command. Yes, it will recognize the escape code as "Enter"/"Return" and execute the command. For the long run, yes, implement a method to toggle automatically pressing Enter and a GUI element will offer great convenience.

whatbh avatar Oct 09 '25 03:10 whatbh