1
0
Fork 0
mirror of https://github.com/vbatts/freezing-octo-hipster.git synced 2024-11-24 16:05:38 +00:00
random-utils/cmd/mailnotify/vendor/github.com/mqu/go-notify
Vincent Batts efea5fac3d
mailnotify
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2019-04-09 09:19:28 -04:00
..
LICENSE mailnotify 2019-04-09 09:19:28 -04:00
notify.go mailnotify 2019-04-09 09:19:28 -04:00
README mailnotify 2019-04-09 09:19:28 -04:00

This is a fork of https://github.com/lenormf/go-notify go-notify with some minor corrections.

Install : 

 # install libnotify devel librairies,
 sudo apt-get install libnotify-dev # debian style
 
 # installing go-notify
 go get github.com/mqu/go-notify

C Dependencies: libnotify (sudo apt-get install libnotify-dev)

GO Dependencies: github.com/mattn/go-gtk/glib

This package provides GO bindings for the C library libnotify.
Although this package provides full retro-compatibility with the regular C
library, it also provides OOP-like functions for the NotifyNotification object.

The notify package depends on mattn's glib wrapper for the GO language.

See example for usage.