-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for notify-send #8
Comments
https://github.com/guard/guard/blob/master/lib/guard/notifiers/notifysend.rb is an example implementation |
Would you mind pulling a request to add this feature? |
Just starting to tinker now. |
@CloCkWeRX how's that PR coming? 😉 |
I will try my hand at doing this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Should be similar enough to the growl bindings, worst case invoking
notify-send (title) (message)
NAME
notify-send - a program to send desktop notifications
SYNOPSIS
notify-send [OPTIONS]
[body]
DESCRIPTION
With notify-send you can sends desktop notifications to the user via a notification daemon from the command line. These notifications can be used to inform the user about
an event or display some form of information without getting in the user's way.
OPTIONS
-u, --urgency=LEVEL Specifies the urgency level (low, normal, critical).
AUTHOR
This manual page was written by Andre Filipe de Assuncao e Brito [email protected] and Paul van Tilburg [email protected] and Riccardo Setti [email protected] for
the Debian project (but may be used by others).
The text was updated successfully, but these errors were encountered: