Project

notifiers

0.0
No commit activity in last 3 years
No release in over 3 years
Use Growl and Lib-Notify in a simple and clean way.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 1.0.0
~> 2.14
 Project Readme

Notifiers

Use notifications systems like growl, lib-notify in a simple and elegant way. :)

Install

 gem install notifiers

Usage

 require 'notifiers'
 include Notifiers

Growl

 growl.message('Hi Growl!').image('my_image.png').priority(2).name('my_app').notify!

Lib_Notify

 notify_send.image('my_image.png').message('Hi Growl').notify!

Obs.: #notify_send is an alias to #lib_notify .

Knotify

 knotify.title('Hello World').message('Hi!').notify!

Why I created this gem?

Only one explanation:

Because is fun! =)