rssget

Crates.iorssget
lib.rsrssget
version0.1.8
sourcesrc
created_at2022-07-26 20:58:50.488691
updated_at2022-11-28 13:44:07.373267
descriptionA tool to get RSS feeds
homepage
repositoryhttps://github.com/trevarj/rssget
max_upload_size
id633399
size71,933
Trevor Arjeski (trevarj)

documentation

README

rssget

Crates.io

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 to ~/.config/rssget/config.yaml or by using the command line args.

Usage

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
Commit count: 26

cargo fmt