#rss #cli #util

nightly app rssget

A tool to get RSS feeds

9 releases

0.1.8 Nov 28, 2022
0.1.7 Aug 31, 2022
0.1.2 Jul 27, 2022

#1567 in Command line utilities

Download history 30/week @ 2022-11-22 12/week @ 2022-11-29 4/week @ 2022-12-06 9/week @ 2022-12-13 1/week @ 2022-12-20 1/week @ 2022-12-27 1/week @ 2023-01-03 3/week @ 2023-01-10 8/week @ 2023-01-17 7/week @ 2023-01-24 6/week @ 2023-01-31 10/week @ 2023-02-07 27/week @ 2023-02-14 18/week @ 2023-02-21 18/week @ 2023-02-28

63 downloads per month

GPL-3.0-or-later

25KB
253 lines

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

Dependencies

~12–18MB
~419K SLoC