WindTerm
WindTerm copied to clipboard
FR: Execute command after execution
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
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.