module Notiffany
def self.connect(options = {})
Notiffany can be configured to make use of more than one notifier at once.
at Growl and allows customization of each notification type.
`gntp` notifier is able to register these types
notifications with custom images goes all sent as type `notify`. The
sent to {#notify}. Each image type has its own notification type, and
The notification type selection is based on the image option that is
* notify
* failed
* pending
* success
Notiffany knows four different notification types:
and configuration possibilities.
the requirements
Please see the documentation of each notifier for more information about
* Tmux
* Terminal Title
* Terminal Notifier
* emacs
* rb-notifu
* Libnotify
* Growl
* Ruby GNTP
following libraries are supported:
The notifier handles sending messages to different notifiers. Currently the
def self.connect(options = {}) Notifier.new(options) end