bwsr

Crates.iobwsr
lib.rsbwsr
version0.1.0
sourcesrc
created_at2023-07-17 12:01:05.755362
updated_at2023-07-17 12:01:05.755362
descriptionbasic web syndication reader, read RSS/Atom feeds and output simplified entry data
homepagehttps://codeberg.org/gneb000/bwsr
repositoryhttps://codeberg.org/gneb000/bwsr
max_upload_size
id918422
size45,046
gneb000 (gneb000)

documentation

https://docs.rs/crate/bwsr/latest

README

bwsr

Basic Web Syndication Reader.

Reads a web syndication feed url list from stdin, gets the contents of each feed and prints to stdout the basic information of each feed entry with following format: feed_name|entry_title|date|entry_url.

Usage

$ bwsr [OPTIONS]

Options:

-a, --age-days <AGE_DAYS>  Maximum age of the entries to read in days [default: 2]
-d, --delim <DELIM>        Feed entry field delimiter for printed output [default: "|"]
-h, --help                 Print help
-V, --version              Print version
Commit count: 0

cargo fmt