Skip to content
/ notify Public
forked from jugyo/notify

The notification function for many platforms.

License

Notifications You must be signed in to change notification settings

dnsco/notify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

The notification function for many platforms.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%