Emacs interface for tt-rss
Find a file
Tom Willemsen b3bc3c4804 Add avandu-headlines function
This function returns a vector of articles.

* avandu.el (avandu-list): Use `avandu-headlines' instead of calling
  `avandu--send-command' directly.
2012-08-04 03:14:54 +02:00
doc Add avandu-categories function 2012-08-04 02:28:18 +02:00
avandu.el Add avandu-headlines function 2012-08-04 03:14:54 +02:00
README.org Add some documentation 2012-08-02 22:22:34 +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-list.

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.