Tree


README.mdcommits | blame
pushover.conf-examplecommits | blame
pushover.pl*commits | blame

README.md

### Pushover.pl

Simple Perl script to send notifications via [Pushover](https://pushover.net)

	$ ./pushover.pl 
	Usage: ./pushover.pl -m message [-t title] [-p priority] [-u url] [-a application] [-c config]
	Options:
	-m | --message		text
	-t | --title		text | (default: Notification)
	-p | --priority		[0|1] (default: 0)
	-u | --url		text (no default)
	-a | --application	text (default: root property of config)
	-c | --config		text (no default)