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

https://github.com/sebojanko/terminalrss

Golang RSS reader in terminal with go-tui, a terminal UI library
https://github.com/sebojanko/terminalrss

feed go golang golang-rss-reader rss rss-reader terminal tui

Last synced: 6 months ago
JSON representation

Golang RSS reader in terminal with go-tui, a terminal UI library

Awesome Lists containing this project

README

          

# TerminalRSS
Golang RSS reader in terminal with go-tui, a terminal UI library

### Building

`go build`

### Running

`./TerminalRSS`

### Using

Use the arrow keys to move through the UI, exit with `q`, open link in Firefox with `Enter`

### Add RSS feeds

To add RSS feeds, update the JSON file `links.json`

### Cleanup feeds

To clean feeds, add the title of the feed and the corresponding regex expression in the JSON file `cleaners.json`

### How it looks?

![Screenshot](screenshot.png)