Sha256: 8b7b37994047c5218cb9a2d911590b1b0f6f8de5fa3a5b6ac748f098dc8b7ecf

Contents?: true

Size: 611 Bytes

Versions: 1

Compression:

Stored size: 611 Bytes

Contents

notify
======

"Notify" provides notification functionalities on cross platforms.

Feature
---------

Notify supports the following features:

- growl
- notify-send
- Growl for Windows (`ruby_gntp`)
- libnotify
- Mountain Lion Notification Center (`terminal-notifier`)

Installation
---------

    gem install notify

Usage
---------

    require 'notify'
    Notify.notify "title", "message"

or

    ENV['NOTIFY'] = 'growlnotify'
    require 'notify'
    Notify.notify "title", "message"

Command
---------

    % notify title messages

Copyright
---------

Copyright (c) 2010 jugyo. See LICENSE for details.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
notify-0.5.0 README.md