Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pushbullet-bash
Created by Red5d - https://github.com/Red5d

This is a Bash interface to the PushBullet API (https://www.pushbullet.com/).
This 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.

Expand All @@ -15,6 +15,4 @@ PB_CONFIG=~/.my-config pushbullet list
PB_API_KEY=1234 pushbullet list
```

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](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.
Loading