Little script to be notified when a command finishes.
You will be able to use notifiers from send-notification:
- Growl,
- Snarl,
- notify-send
- terminal-notifier and more...
Download notify
and add it to your path.
When you are about to run a time consuming command, just wrap it with notify
:
notify make install
It will display a desktop notification when the task ends reflecting the task status (success or failure).