-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bell sound alert when giving me the prompt "(y/n)?" #1
Comments
Hi, OK I will look at adding this as an option. Making the noise is easy enough ( I guess that would probably cover most of what you want (monitoring an interactive shell to detect certain strings is not trivial, so I'd rather avoid that route if possible)? Best, sakaki |
Yes. Thank you very much. |
Hi, just released Please let me know if this works at your end (and close out this issue if so). Best, sakaki |
It works perfectly. |
I have feature request: when running script with flag
--ask
add bell sound alert every time the interaction is needed (for example: when appears questionContinue (y/n)?
). It would be very convenient.I found that's very easy to implement:
http://rosettacode.org/wiki/Terminal_control/Ringing_the_terminal_bell#UNIX_Shell
The text was updated successfully, but these errors were encountered: