Redirects output of a command to a growl notification
growlnotify
is required for growly to work. You must install Growl on your own.
You can learn more about Growl and see installation instructions at growl.info.
You can install growly from Homebrew using
$ brew install growly
Usage: growly [-hvt] command
Options:
-t, --title Set growl title
-h, --help Show this message
-v, --version Show version
-s, --sticky Make the notification sticky
$ growly cap deploy
$ growly du -sh /tmp
$ growly -t "My custom title" ls
Included in the repo is a makefile
that allows you to install/uninstall without Homebrew
$ make install
$ make uninstall