seenaburns / picofeed

A minimal terminal rss reader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Picofeed

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

picofeed terminal rss

# Open in browser with clickable links (wow!)
./picofeed feeds.txt --web

picofeed local browser rss

Install

From source, with go 1.11 just run go build

Or there are precompiled binaries in the releases page

Other

Picofeed is built on top of gofeed

About

A minimal terminal rss reader

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 100.0%