ligolo-ng
ligolo-ng copied to clipboard
Feature Request: Graceful command cancellation with ESC Key
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
ESCwould 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! 🚀