small pixel drawing of a pufferfish jrss

README.md

## jrss

!abandoned in favor of the implementation in j3s.sh!

my tiny opinionated rss reader

## usage

```
go run main.go https://example.org/list-of-rss-feeds.txt
```

-or-

```
go build
mv jrss /usr/local/bin
jrss https://exampple.org/list-of-rss-feeds.txt
```

your list should look like this (it's technically parsed as a csv lol rip)

```
https://rss-feed-1.xml
https://rss-feed-2.xml
https://atom-feed-1.xml
```