Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/red5d/pushbullet-bash
Bash interface to the PushBullet API
https://github.com/red5d/pushbullet-bash
bash cli notification pushbullet
Last synced: about 23 hours ago
JSON representation
Bash interface to the PushBullet API
- Host: GitHub
- URL: https://github.com/red5d/pushbullet-bash
- Owner: Red5d
- Created: 2013-06-18T16:24:54.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-10-04T00:31:46.000Z (about 1 year ago)
- Last Synced: 2024-05-01T20:29:47.359Z (7 months ago)
- Topics: bash, cli, notification, pushbullet
- Language: Shell
- Size: 106 KB
- Stars: 231
- Watchers: 17
- Forks: 41
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#pushbullet-bash
Created by Red5d - https://github.com/Red5dThis is a shell/CLI 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. Alternatively you can specify a different config file or API key at runtime.
```
# Specifying a different config file at runtime
PB_CONFIG=~/.my-config pushbullet list# Specifying a different API key at runtime
PB_API_KEY=1234 pushbullet list
```Pushbullet-bash also features a shell function similar to projects like [pushblast](https://github.com/alebcay/pushblast), [pushbullet-exit](https://github.com/rfilmyer/pushbullet-exit) and [pace](https://github.com/esamson/pace) to send a message after a specific command has finished.