shnee / errol

A Script to send notifications via the Pushbullet API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A Script to send notifications via the Pushbullet API.

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%