You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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! 🚀
The text was updated successfully, but these errors were encountered:
pedroflor
changed the title
Feature Request: Graceful Command Cancellation with ESC Key
Feature Request: Graceful command cancellation with ESC Key
Dec 27, 2024
Feature Request: Graceful command cancellation with
ESC
KeyAgain, 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 anerror: 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.ESC
would cleanly exit the command and return to the prompt without showing an error.Thank you for considering this improvement, and I appreciate all the hard work put into maintaining this tool! 🚀
The text was updated successfully, but these errors were encountered: