I am currently writing a growl notification plugin for emesene messenger on OS X. It is nearly working except to when it comes to displaying a message snippet.
I\'m using a script to call growlnotify to display some time tracking data: current project name, time elapsed, a list of available projects (together with time spent on them on the current day and ke
Is there a way to add Growl notifications to the end of all Rake tasks? I initially thought of creating a task that Growls, and adding it as a dependency to tasks I want alerts from, but realized the
I have a bash script that uses growlnotify to send notifications. However, growlnotify doesn\'t work if Growl isn\'t already running, and it won\'t auto start Growl if it needs it, either. So I want t
I am trying to run growlnotify from inside a ruby script. The command I am using is this system(\"growlnotify Test -m message\").