1.0.0 • Published 4 years ago

polert v1.0.0

Weekly downloads
3
License
GPL-3.0-or-later
Repository
github
Last release
4 years ago

polert

PushOver Alerter from CLI

Tool for linux (and may be Windows) console for sending push alerts over PushOver service.

Using is simple: polert --message="Test message" --subject="Test subj"

In your .bashrc need to add lines:

export PUSHOVER_APP="<application token>"
export PUSHOVER_USER="<user token>"