From: Nils Winkler Date: Wed, 6 Jun 2012 09:32:08 +0000 (+0200) Subject: Added alias for Growl notification, can be used like the following to notify once... X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=6ce8a3ee9a1263fd2c16b6397ba81cdd46494fe1;p=common%2Fbash_it.git Added alias for Growl notification, can be used like the following to notify once the long running process (make in this example) is done: $ make install ; grnot --- diff --git a/aliases/available/osx.aliases.bash b/aliases/available/osx.aliases.bash index 008b67c..796102f 100644 --- a/aliases/available/osx.aliases.bash +++ b/aliases/available/osx.aliases.bash @@ -18,3 +18,5 @@ alias hex='open -a "Hex Fiend"' if [ -s /usr/bin/firefox ] ; then unalias firefox fi + +alias grnot='growlnotify -s -t Terminal -m "Done"'