ligolo-ng icon indicating copy to clipboard operation
ligolo-ng copied to clipboard

Feature Request: Graceful command cancellation with ESC Key

Open CipherCloak opened this issue 1 year ago • 0 comments

Feature Request: Graceful command cancellation with ESC Key

Again, thank you for this amazing project – it's been incredibly useful!

Currently, when a command is executed and waits for user input, the only way to cancel it is by pressing Ctrl+C. However, this results in an error: interrupt, which feels abrupt and might not be ideal in certain scenarios.

Suggested Improvement:

Add support for the ESC key to gracefully cancel the current command without triggering an error message.

  • Behavior: Pressing ESC would cleanly exit the command and return to the prompt without showing an error.
  • Benefit: Provides a smoother user experience, especially when handling optional user inputs.

Thank you for considering this improvement, and I appreciate all the hard work put into maintaining this tool! 🚀

CipherCloak avatar Dec 27 '24 00:12 CipherCloak