Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 505 Bytes

File metadata and controls

36 lines (24 loc) · 505 Bytes

notify

"Notify" provides notification functionalities on cross platforms.

Feature

Notify supports the following features:

  • growl
  • notify-send
  • Growl for Windows (ruby_gntp)
  • libnotify

Installation

gem install notify

Usage

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

or

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

Copyright

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