Skip to content

rust/notify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notify

The "notify" provides a function to notify on cross platform.

Feature

It supports followings:

  • growl
  • notify-send

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