https://github.com/ryuslash/avandu
Emacs interface to tt-rss
https://github.com/ryuslash/avandu
Last synced: over 1 year ago
JSON representation
Emacs interface to tt-rss
- Host: GitHub
- URL: https://github.com/ryuslash/avandu
- Owner: ryuslash
- Created: 2016-12-26T16:19:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-11-06T09:34:55.000Z (over 3 years ago)
- Last Synced: 2025-04-22T17:17:05.019Z (over 1 year ago)
- Language: Emacs Lisp
- Size: 41 KB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
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
then run =avandu-overview=.
Once in avandu:overview mode some key bindings will be:
- ~r~:: Mark article at point as read.
- ~u~:: Mark article at point as unread.
- ~o~:: Open article at point in a browser. Uses =browse-url=.
- ~n~:: Next article.
- ~p~:: Previous article.