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
- Host: GitHub
- URL: https://github.com/emad-elsaid/emacs-rss-mode
- Owner: emad-elsaid
- License: mit
- Created: 2020-09-04T14:26:58.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-08T18:53:47.000Z (almost 3 years ago)
- Last Synced: 2025-01-18T09:34:14.940Z (9 months ago)
- Topics: emacs, spacemacs
- Language: Emacs Lisp
- Homepage:
- Size: 25.4 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |