Sha256: f9fe6d003d8e5937658a8e7243665650f1f6b3b244bba504453c4fd8e9d11304

Contents?: true

Size: 768 Bytes

Versions: 2

Compression:

Stored size: 768 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"

Notify also allows passing in an app name to replace the default "ruby":

    require 'notify'
    Notify.notify "title", "message", { app_name: "My App" }

Command
---------

    % notify title messages

Copyright
---------

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
notify-0.5.2 README.md
notify-0.5.1 README.md