# 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
```