We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Home (markdown)
Found a cleaner workaround that works on all shells: just wrap the entire pipe in a subshell. The problem of unresponsiveness for complex pipes doesn't appear to be related to signals but a update to handling ended pipes in zsh 5.9.
After a recent macOS/zsh update, complex pipes with signals interact differently. A workaround for complex pipes is to launch them from a zsh -c '<complex_pipe> | arttime'
Signal and pipe behavior has apparently for zsh on macOS, and complex pipes don't work well for now. It still works well if the user
Created macOS Notifications (markdown)