Hi

I've written a simple Bash script which overrides the sendmail binary
and thus displays everything that hits the local sendmail binary as a
Growl notification instead. This is really great for local webapp
development.

http://www.bitcetera.com/en/techblog/2010/12/05/sendmail-via-growl/

However, some messages are too long or contain HTML which is not so
very useful in a Growl notification. It would be great, if clicking on
the notification could trigger the message being opened e.g. in a
webbrowser.

It appears though, click callbacks are not implemented in growlnotify.
Would it be a lot of work to add an additional switch to growlnotify,
something like:

growlnotify (...) -d 1234 -c /path/to/script.sh

When the notification is clicked, Growl calls the referenced script
and pass the identifier (-d) as an argument:

/path/to/script.sh 1234

Thanks for considering this extra feature!

-- 
You received this message because you are subscribed to the Google Groups 
"Growl Discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/growldiscuss?hl=en.

Reply via email to