taskshell
taskshell copied to clipboard
Don't exit on Ctrl+C
tasksh doesn't behave like almost every other shell wrt. Ctrl+C. I would expect it to cancel non-interactive tasks (e.g. ! long-running-shell-command) and return the user to the last interactive prompt. What it should never do IMHO is exit tasksh. That's what Ctrl+D and the quit command are for.