| Crates.io | rssget |
| lib.rs | rssget |
| version | 0.1.8 |
| created_at | 2022-07-26 20:58:50.488691+00 |
| updated_at | 2022-11-28 13:44:07.373267+00 |
| description | A tool to get RSS feeds |
| homepage | |
| repository | https://github.com/trevarj/rssget |
| max_upload_size | |
| id | 633399 |
| size | 71,933 |
A simple tool to read RSS from the terminal. Load it up with feeds and waste all your time!
You can install using cargo with:
cargo install rssget
You can configure rssget by copying config.yaml to ~/.config/rssget/config.yaml or by using the command line args.
Usage: rssget [<channels...>] [--display-by <display-by>]
a RSS channel retriever
Positional Arguments:
channels a list of RSS feed urls
Options:
--display-by display ordering for RSS items [date | channel]
--help display usage information