1 unstable release
0.1.0 | Jul 17, 2023 |
---|
#35 in #entry
13KB
99 lines
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
Dependencies
~14–27MB
~460K SLoC