Ruby Growl

Ruby Support for Growl

Growl developer documentation


Description

A Ruby class that enables posting notifications to Growl.


Requirements


Usage

Here is a short example of how to use this in a script:


n = GrowlNotifier.new('bla',['Foo'],nil,
  OSX::NSWorkspace.sharedWorkspace().iconForFileType_('unknown'))
n.register()

n.notify('Foo', 'Test Notification', 'Blah blah blah')

To-do


Versions


Copyright

Copyright 2004 Thomas Kollbach

Released under the BSD license.

Network Redux