Skip to content

Notifying with growl

lukes edited this page May 4, 2011 · 2 revisions

Growl is a notification system for Mac OS X.

Use action :growl to have Herald send what it finds to Growl. There are no other parameters, so it's super simple

Herald.watch_twitter do
  _for "keywords"
  action :growl
end

Setting up Growl

To use Growl, enable "Listen for incoming notifications" and "Allow remote application registration" on the Network tab of the Growl Preference Panel, and pass Herald action :growl

See also