Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/seenaburns/picofeed

A minimal terminal rss reader
https://github.com/seenaburns/picofeed

cli go golang rss rss-reader terminal

Last synced: 28 days ago
JSON representation

A minimal terminal rss reader

Awesome Lists containing this project

README

        

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

```sh
# Use whatever click to open your terminal supports, like cmd+double click in OSX's Terminal.app
./picofeed feeds.txt
```


picofeed terminal rss

```sh
# 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](https://github.com/seenaburns/picofeed/releases/latest)

#### Other

Picofeed is built on top of [gofeed](https://github.com/mmcdole/gofeed)