Project

notify

0.04
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Desctop notify for many platform
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0
 Project Readme

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.