You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
shnee 2d8969d3d8 Multi-line messages.
- Added clarification on how to send multi-line messages.
7 years ago
LICENSE Initial commit 7 years ago
README.md Multi-line messages. 7 years ago
errol Multi-line messages. 7 years ago

README.md

errol

A Script to send notifications via the Pushbullet API.

Currently this script is only cable of send to all devices on your Pushbullet account simultanesouly.

Usage

Usage:
    errol
        [-h|--help]
        [(-k|--token) token]
        (-t|--title) title
        (-m|--msg) message

Arguments:
    -h,--help
        Print this usage message.
    -k,--token
        The Pushbullet API token. If not passed in from the commandline, this
        value will be read from the $PB_API_TOKEN environment variable. One or
        the other must be provided.
    -t,--title
        The title of the notification.
    -m,--msg
        The message body of the notification. Multi-line messages must be done
        with literal '\n's.