growlnotify (Growl.app cli) python wrapper
Project description
Installation
$ [sudo] pip install growlnotify
Examples
>>> import growlnotify
>>> growlnotify.notify(t="title",m="message") # -t "title" -m "message"
>>> growlnotify.notify(title="title",message="message") # --title "title" --message "message"
-s
, --sticky
>>> growlnotify.notify(title="title",s=True) # -s
>>> growlnotify.notify(title="title",sticky=True) # --sticky
growlnotify keys
$ growlnotify --help
Links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
growlnotify-2020.12.3.tar.gz
(1.6 kB
view hashes)