0.0
No commit activity in last 3 years
No release in over 3 years
Easily send prowl notifications from the command line
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.1.3
 Project Readme

Prowlnotify

Little cli tool to let you push notifications to your phone. Modelled after growlnotify for growl.

Installation

[sudo] gem install prowlnotify

Usage

Usage: prowlnotify [options] MESSAGE

Message can be either a string or "-" to read from stdin

    -k, --api-key [KEY]              Prowl API Key [optional]
                                     If this isn't specified then -f arg or ~/.prowl is read
    -p, --priority [VALUE]           Priority of notification. [optional]
                                     Defaults to "Normal"
                                     Value between -2 and 2, or a string:
                                     	 -2. Very Low
                                     	 -1. Moderate
                                     	  0. Normal
                                     	  1. High
                                     	  2. Emergency

    -a, --application [NAME]         Name of application sending notification. [optional]
                                     Defaults to "prowlnotify"
    -s, --subject [STRING]           Subject line. [optional]
    -r, --provider-key [KEY]         Provider API key. [optional]
    -f, --file [FILE]                File to read API key from. Defaults to ~/.prowl. Ignored if -a is passed.