Commit Briefs

e06c1dc716 mischa

Update README.md (main)

Show the correct options.


94dc286d2e mischa

add URL option with -u



fc2d48d2bb mischa

add option to specify config file with -c


3a3e2afdb0 mischa

sort modules


a85f6877ad mischa

revert empty line


63efb36a7d mischa

test


5685253f2f mischa

proper formatting of variable, added ->


6be47f6536 mischa

change default notification title


f23088df92 mischa

added README.md


Branches

Tags

This repository contains no tags

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)