CptanPanic / pushbullet-cli

access Pushbullet from the command line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pushbullet CLI interface

Use Pushbullet from the command line. In beta!

Requires requests to be installed.

You can clone this repo and then add the following to your bashrc (or your zshrc, or whatever):

$ echo 'alias pushbullet="/path/to/pushbullet-cli/pushbullet.py'" >> ~/.bashrc
$ source ~/.bashrc

Push text:

$ pushbullet burritos
$ pushbullet "I love burritos"
$ pushbullet Make sure you remember to eat a burrito

Push links:

$ pushbullet http://losaltostaqueria.org/
$ pushbullet https://www.pushbullet.com/

Push files:

$ pushbullet /path/to/burrito_photo.jpg
$ pushbullet /path/to/burrito_recipe.txt

The first time you run this, you'll be asked for your API key, which will be saved in ~/.pushbulletkey.

I'm not too experienced with Python, so please feel free to send a pull request!

About

access Pushbullet from the command line

License:Do What The F*ck You Want To Public License