MichaelAquilina / zsh-auto-notify

⏰ ZSH plugin that automatically sends out a notification when a long running task has completed.
GNU General Public License v3.0
404 stars 41 forks source link

feat(macos): Optionally add sound to notification #44

Closed chrisgrieser closed 1 year ago

chrisgrieser commented 1 year ago

Add an option AUTO_NOTIFY_USE_SOUND (default: 0 / false) to sound the system default notification sound when the notification appears. Only works on macOS.

MichaelAquilina commented 1 year ago

No way for me to test this on my machine - but sounds good otherwise

@chrisgrieser could you rebase this branch on latest master? Tests should pass after that