Skip to content

stereobooster/rb-notifu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rb-notifu

Notification Kung Fu for Windows.

Notification system for windows. Trying to be Growl. Ruby wrapper around notifu (http://www.paralint.com/projects/notifu/index.html)

There are three possible alternatives to Growl on windows:

Example

require 'rb-notifu'

Notifu::show :message => "test", :type => :warn, :time => 1 do |status|
  p Notifu::ERRORS.include? status
end

sleep 1.5

Available options

:type     The type of message to display values are:
           :info   The message is an informational message
           :warn   The message is an warning message
           :error  The message is an error message
:time     The number of seconds to display (0 for infinit)
:title    The title (or prompt) of the ballon
:message  The message text
:icon     Specify an icon to use ("parent" uses the icon of the parent process)
:baloon   Enable ballon tips in the registry (for this user only)
:nosound  Do not play a sound when the tooltip is displayed
:noquiet  Show the tooltip even if the user is in the quiet period that follows his very first login (Windows 7 and up)
:xp       Use IUserNotification interface event when IUserNotification2 is available

TODO

  • Use FFI instead of embedded executable file
  • remove :baloon flag
  • Add support for Snarl
  • Add support for Growl for Windows

About

🚨 [deprecated] Notification system for windows. Trying to be Growl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages