9

In OS X Snow Leopard I used the growlnotify utility that was included in the Growl 1.2 SDK. I've downloaded the SDK for Growl 1.3 but I don't see any growlnotify utility included (am I missing it?)

Growl 1.3 also supports GNTP, which I have not yet used, however OS X (all versions) have support for many languages such as php, ruby, perl, python, etc. and I have heard that there are some good GNTP libraries out there.

So what methods can I use to growl from the command line in OS X Lion?

Examples are very much appreciated.

cwd
  • 47,510
  • 50
  • 154
  • 194

1 Answers1

10

growlnotify is a Growl extra.
You need to install it separately:

http://growl.info/extras.php#growlnotify

Macmade
  • 49,018
  • 12
  • 104
  • 121
  • excellent. thanks. i was able to find it on this page http://growl.info/downloads#generaldownloads today but i swear i couldn't find it on the growl site the other day. – cwd Dec 07 '11 at 00:17