An open API service indexing awesome lists of open source software.

https://github.com/emad-elsaid/emacs-rss-mode

Emacs RSS reader mode
https://github.com/emad-elsaid/emacs-rss-mode

emacs spacemacs

Last synced: 7 months ago
JSON representation

Emacs RSS reader mode

Awesome Lists containing this project

README

          

Emacs RSS Major Mode
====================

This is an Emacs major modes for
- RSS Directory Mode: shows a list of RSS entries that's a result of
[offlinerss](https://github.com/emad-elsaid/offlinerss)
- RSS Entry Mode: Renders a RSS entry file

## Usage

- Use [offlinerss](https://github.com/emad-elsaid/offlinerss) to download RSS to your disk
- Load `rss-mode.el` to your Emacs, and execute `rss-entries-list` function to
show a list of RSS files in your RSS inbox under `~/rss/INBOX` where
`offlinerss` saves them.

## Spacemacs integration

To open the `rss-enteries-list` in spacemacs with "Space S" add that to your
spacemacs configuration

```elisp
(spacemacs/set-leader-keys "S" 'rss-entries-list)
```

## Keybinding

In RSS directory buffer

| Key | Function |
|-----|---------------------------|
| q | Quit RSS directory buffer |
| r | Archive current RSS entry |
| D | Delete current RSS entry |
| RET | Open current RSS entry |

In RSS Entry buffer

| Key | Function |
|-----|-----------------|
| q | Quit RSS buffer |