Skip to content
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

Open
CloCkWeRX opened this issue Oct 18, 2012 · 5 comments
Open

Add support for notify-send #8

CloCkWeRX opened this issue Oct 18, 2012 · 5 comments

Comments

@CloCkWeRX
Copy link

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).

   -t, --expire-time=TIME
          Specifies the timeout in milliseconds at which to expire the notification.

   -i, --icon=ICON[,ICON...]
          Specifies an icon filename or stock icon to display.

   -c, --category=TYPE[,TYPE...]
          Specifies the notification category.

      Help options:

   -?, --help
          Show this help message

   -h, --hint=TYPE:NAME:VALUE
          Specifies basic extra data to pass. Valid types are int, double, string and byte.

   SEE ALSO
          The Desktop Notification Spec on http://www.galago-project.org/specs/notification/.

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).

@CloCkWeRX
Copy link
Author

@flyerhzm
Copy link
Owner

Would you mind pulling a request to add this feature?

@CloCkWeRX
Copy link
Author

Just starting to tinker now.

@jc00ke
Copy link

jc00ke commented Jan 26, 2013

@CloCkWeRX how's that PR coming? 😉

@hderms
Copy link

hderms commented Aug 14, 2013

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants