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

  • Transform this into a ruby-module, so it is usable as a mixin for ruby-scripts

Versions

  • v0.1 — 25.11.2004
    Initial version, this is little more than a Ruby translation of the Python bindings.

Copyright

Copyright 2004 Thomas Kollbach

Released under the BSD license.

Website hosted by James Cox