Skip to content

hpbuniat/notifyy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notifyy - simple notification library

notifyy is a re-usable component to do easy notifying, e.g. for status reports or updates. This is especially useful in cli applications where it's not longer necessary to continuously monitor the jobs output or to tail a log-file.

Builtin Notifiers

  • Stdout (simply prints the output)
  • File
  • Dbus
  • Growl (works well with snarl on windows)
  • Libnotify (uses notify-send)

Configuration

"growl": {
    "host": "127.0.0.1",
    "port": "9887",
    "password": "",
    "enabled": false
},
"file": {
    "enabled": false,
    "path": "/tmp"
},
"stdout": {
    "enabled": true
},
"libnotify": {
    "enabled": true
}

Extending

You may add own adapters by simply implementing the Notifyable-Interface.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published