Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 urls

Options:
--display-by display ordering for RSS items [date | channel]
--help display usage information
```