Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1 KB

README.md

File metadata and controls

28 lines (21 loc) · 1 KB

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

  • Write tests, tests are good
  • Convert org-mode structure into a todo list and send