Skip to content

isaacd9/picofeed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Picofeed

Go Reference

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%