Crates.io | bwsr |
lib.rs | bwsr |
version | 0.1.0 |
source | src |
created_at | 2023-07-17 12:01:05.755362 |
updated_at | 2023-07-17 12:01:05.755362 |
description | basic web syndication reader, read RSS/Atom feeds and output simplified entry data |
homepage | https://codeberg.org/gneb000/bwsr |
repository | https://codeberg.org/gneb000/bwsr |
max_upload_size | |
id | 918422 |
size | 45,046 |
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
.
$ bwsr [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