Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trevarj/rssget
A simple command-line RSS retriever
https://github.com/trevarj/rssget
cli rss rss-aggregator rss-reader rust-cli
Last synced: 16 days ago
JSON representation
A simple command-line RSS retriever
- Host: GitHub
- URL: https://github.com/trevarj/rssget
- Owner: trevarj
- License: gpl-3.0
- Created: 2022-07-26T20:30:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-13T16:52:24.000Z (about 1 year ago)
- Last Synced: 2024-10-16T05:29:34.308Z (about 1 month ago)
- Topics: cli, rss, rss-aggregator, rss-reader, rust-cli
- Language: Rust
- Homepage:
- Size: 102 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rssget
[![Crates.io](https://img.shields.io/crates/v/rssget?style=flat-square)](https://crates.io/crates/rssget)A simple tool to read RSS from the terminal. Load it up with feeds and waste all your time!
## Install
You can install using `cargo` with:```
cargo install rssget
```## Configuration
You can configure `rssget` by copying [`config.yaml`](./config.yaml) to `~/.config/rssget/config.yaml` or by using the command line args.## Usage
```
Usage: rssget [] [--display-by ]a RSS channel retriever
Positional Arguments:
channels a list of RSS feed urlsOptions:
--display-by display ordering for RSS items [date | channel]
--help display usage information
```