Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 901 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 901 Bytes

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!