Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Growl notification for OS X commands #144

Merged
merged 2 commits into from
Aug 1, 2012
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
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
  • Loading branch information
nwinkler committed Jun 25, 2012
commit 6ce8a3ee9a1263fd2c16b6397ba81cdd46494fe1
2 changes: 2 additions & 0 deletions aliases/available/osx.aliases.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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"'