mirror of
https://github.com/ViViDboarder/gopush.git
synced 2024-11-21 20:26:31 +00:00
Create README.md
This commit is contained in:
parent
9df272c07c
commit
6210a11486
14
README.md
Normal file
14
README.md
Normal file
@ -0,0 +1,14 @@
|
||||
# gopush
|
||||
|
||||
Simple Pushbullet API client and CLI tool
|
||||
|
||||
This is not really feature complete, but works well enough for me. Use at your own risk. I thought I was going to build it out more, but basically never got around to it due to lack of needing new features.
|
||||
|
||||
General usage:
|
||||
```
|
||||
gopush -token="yourapitokenfrompushbullet"
|
||||
gopush "Whatever you want pushed"
|
||||
```
|
||||
Defaults to all devices, but you can also specify with `-d="Device name"`
|
||||
|
||||
I often use this combined with a bash or fish script (maybe I'll post later) to push me successes, failures, or results for long running commands.
|
Loading…
Reference in New Issue
Block a user