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:
|
|
|
|
|
|
|
|
#+begin_src emacs-lisp
|
|
|
|
(package-install-file "/path/to/avandu.el")
|
|
|
|
#+end_src
|
|
|
|
|
|
|
|
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
|
2012-08-04 16:10:42 +02:00
|
|
|
then run =avandu-overview=.
|
2012-08-02 22:22:34 +02:00
|
|
|
|
|
|
|
Once in avandu:overview mode some key bindings will be:
|
|
|
|
|
|
|
|
- ~r~:: Mark article at point as read.
|
2016-12-26 16:07:21 +01:00
|
|
|
- ~u~:: Mark article at point as unread.
|
2012-08-02 22:22:34 +02:00
|
|
|
- ~o~:: Open article at point in a browser. Uses =browse-url=.
|
|
|
|
- ~n~:: Next article.
|
|
|
|
- ~p~:: Previous article.
|