screencapture-www
screencapture-www copied to clipboard
Growl Support?
Hello,
Been playing with this & really enjoying it so far. I was wondering how easy it would be to add support for Growl, such that the URL is outputted in a Growl notifcation once uploaded?
Thanks.
I forked & tried adding this myself using growlnotify (http://growl.info/extras.php) but couldn't get it to work. I'm sure I'm missing something obvious.
Hey Mathias,
I tried that but still no luck. Image uploads fine & opens in browser but no Growl notification.
Here's my forked version: https://github.com/jackfranklin/screencapture-www/blob/master/screencapture
@jackfranklin Do you get the Growl notification when running just that command in Terminal.app?
@mathias no I don't, but if I do growlnotify -m "HEY"
I get that notification fine.
I've tried replacing your line in my code with the above "HEY" message but that didn't work.