pushbullet

https://github.com/theanalyst/revolver.git

git clone 'git://github.com/theanalyst/revolver.git'
11

Revolver

Revolver is an emacs client to push bullet(s).

Pushbullet is an Android app that can be used to push notes,url and other stuff that resembles these things from desktops and browsers etc. to your Android phone. Luckily Pushbullet provides an API which we can use to push items from your favorite text editor to your phone. HTTP Requests are created using the grapnel library

Usage

Set the variable pushbullet-api-key to the API key for your account. Since the key has access to your pushes, please ensure that you don't push the value of the key to github or any other public place.

At present after loading pushbullet.el, selecting a region and calling M-x pushbullet will send the region as a note prompting for a title, if region is inactive entire buffer is sent

TODO