Simple CLI tool for sending Pushbullet notifications
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
ViViDboarder c1a99e2cad Add helper scripts 6 years ago
goson Stuff 9 years ago
pushbullet A little more betterr 6 years ago
scripts Add helper scripts 6 years ago
README.md Add helper scripts 6 years ago
gopush.go A little cleanup 6 years ago

README.md

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 gopush -d="Device name". Can't remember your devices? gopush -l will list them.

I often use this combined with the bash or fish scripts in ./scripts to push me successes, failures, or results for long running commands.

Example:

make superlongbuild ; pb-notify

Once it's done I get a handy push notification telling me if it exited with 0 or 1.