unnamed-rss-manager 0.1.0

A command-line RSS feed reader and manager
unnamed-rss-manager-0.1.0 is not a library.

unnamed-rss-manager - RSS Feed Reader

A fast and simple command-line RSS feed reader written in Rust.

Installation

From crates.io

cargo install unnamed-rss-manager

From source

WIP ** TO BE RELEASED SOON

git clone https://github.com/t0wt13m5/unnamed-rss-manager
cd unnamed-rss-manager
cargo install --path .

Usage

Fetch and display an RSS feed:

unnamed-rss-manager --fetch "https://feeds.bbci.co.uk/news/rss.xml"

Or using the short flag:

unnamed-rss-manager -f "https://feeds.bbci.co.uk/news/rss.xml"

Options

  • -f, --fetch <URL>: The URL to fetch the RSS feed from
  • -h, --help: Print help information
  • -V, --version: Print version information

Examples

# Fetch BBC News
unnamed-rss-manager --fetch "https://feeds.bbci.co.uk/news/rss.xml"

# Fetch Reddit RSS
unnamed-rss-manager --fetch "https://www.reddit.com/.rss"

# Get help
unnamed-rss-manager --help

License

This project is licensed under the MIT License - see the LICENSE file for details.