dev-master
9999999-dev https://github.com/hpbuniat/notifyynotifyy
BSD-3-Clause
by Hans-Peter Buniat
notification growl notifyy libnotify snarl
Wallogit.com
2017 © Pedro Peláez
notifyy
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., (*1)
"growl": {
"host": "127.0.0.1",
"port": "9887",
"password": "",
"enabled": false
},
"file": {
"enabled": false,
"path": "/tmp"
},
"stdout": {
"enabled": true
},
"libnotify": {
"enabled": true
}
You may add own adapters by simply implementing the Notifyable-Interface., (*2)
notifyy
BSD-3-Clause
notification growl notifyy libnotify snarl