Picofeed is a minimal terminal rss reader. It takes feed urls direct or files of newline separated urls. It fetches all feeds on demand, and displays them.
Things you don't need with picofeed:
- An account
- A subscription
- Any state at all
Honestly it's like a fancy rss curl.
Examples:
picofeed feeds.txt --web
picofeed http://seenaburns.com/feed.xml
picofeed http://seenaburns.com/feed.xml feeds.txt http://example.com/feed.xml
# Use whatever click to open your terminal supports, like cmd+double click in OSX's Terminal.app
./picofeed feeds.txt
# Open in browser with clickable links (wow!)
./picofeed feeds.txt --web
From source, with go 1.11 just run go build
Or there are precompiled binaries in the releases page
Picofeed is built on top of gofeed