Skip to content

pedrofranceschi/notify-osd-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Notify-OSD-Ruby

DESCRIPTION:

Library to send Ubuntu’s Notify-OSD notifications from Ruby.

INSTALL:

Download the library and require the notify-osd-ruby.rb file in your code header.

SYNOPSIS:

Sending a simple notification:

>> require "notify-osd-ruby.rb"
>> notification = Notification.new
>> notification.title = "Hello world"
>> notification.body = "Testing Notify OSD Ruby, and.. it works!"
>> notification.post

You should see now the notification appearing in the screen.

For more informations and examples, take a look at the ‘scripts’ folder.

ABOUT:

by pH (Pedro Henrique Cavallieri Franceschi) - iBlogeek.com - 2006-2010 © - All Rights Reserved - @pedroh96 - pedrohfranceschi@gmail.com

About

Send Ubuntu's Notify-OSD notifications from Ruby with this library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published