/pushbullet-bash

Bash interface to the PushBullet API

Primary LanguageShell

Author: Red5d - https://github.com/Red5d

This is a Bash interface to the PushBullet API (https://www.pushbullet.com/).

It can list your available devices and push different types of data to them.

Set your PushBullet API key by creating the file $HOME/.config/pushbullet and adding the line PB_API_KEY= to it.

This is intended to be a pure Bash utility with no non-Bash dependencies.

Pushbullet-bash also features a shell function similar to projects like pushblast, pushbullet-exit and pace to send a message after a specific command has finished.