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 [
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 ```