Growlish, a growlnotify clone

Hyde has optional support for growl notifications. I was interested to see how Hyde used the growl notifications, but I no longer own an OS X machine, so I have no copies of growl.

Ubuntu has a notification system, complete with a command line interface named notifiy-send, but the options are different than those provided by growlnotify. I wrote growlish to fill the gap.

There is probably more boilerplate than code in the project. The pynotify API is very easy to use, so the actual notification implementation is tiny. Never the less, I thought it might be useful to someone, so have at it. I saw that someone else had posted a similar utility a couple of years ago, but the code was missing, so I reinvented this particular wheel.