How do I make iTerm terminal notify me when a job/process is complete?

前端 未结 7 1766
[愿得一人]
[愿得一人] 2020-12-12 13:00

A notification center notification would be ideal but growl, bounce dock, sound, etc would be fine, too (or if this can only be done in Terminal.app I\'d be willing to switc

相关标签:
7条回答
  • 2020-12-12 13:35

    There is an OSS tool called noti.

    You can easily install it with brew install noti and start using it just by prefixing your command with noti like noti sleep 3.

    0 讨论(0)
提交回复
热议问题