Emacs interface for tt-rss
Find a file
Tom Willemsen 91e25431c4 Add some asynchronous commands
* avandu.el (avandu--prep-params):
  (avandu--send-command-async): New functions.

  (avandu--send-command-sync): Renamed from `avandu--send-command'.
  Use `avandu--prep-params' to prepare the data sent to the server.

  (avandu-update-article):
  (avandu-feed-catchup):
  (avandu-logout): Use `avandu--send-command-async' to send data. We
  should get a report on its success, but we don't need to work with
  the result.
2012-08-22 22:05:16 +02:00
doc Rename avandu-list to avandu-overview 2012-08-04 16:10:42 +02:00
avandu.el Add some asynchronous commands 2012-08-22 22:05:16 +02:00
README.org Rename avandu-list to avandu-overview 2012-08-04 16:10:42 +02:00

Avandu is an emacs mode that connects to a Tiny Tiny RSS instance and allows you to read the feeds it has gathered locally.

The simplest way to install it is to use package.el:

  (package-install-file "/path/to/avandu.el")

For further information I would like to refer you to the avandu info file.

Once installation is out of the way, it should get a value for avandu-tt-rss-api-url (for example: http://tt-rss.org/demo/api/) and then run avandu-overview.

Once in avandu:overview mode some key bindings will be:

  • r:: Mark article at point as read.
  • o:: Open article at point in a browser. Uses browse-url.
  • n:: Next article.
  • p:: Previous article.