/notify.sh

Send desktop notification when command finishes

Primary LanguageShellOtherNOASSERTION

notify.sh

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...

Installation

Download notify and add it to your path.

Usage

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).