rssgo is a highly configurable RSS terminal reader written in Golang
- Keyboard shortcut configuration
- Support OPML format
- Support XDG configuration
- Open links in browser
- Configurable theme
- Preview content of RSS
- Mark and unmark article
- Backed by SQLite database
Linux, Windows
Golang with module support version
rssgo use sqlite3 as database
go build ./cmd/rssgo/...
Usage of ./rssgo:
-config string
Configuration file (default "config.json")
-db string
Database file (default "rssgo.db")
-log string
Log file (default "rssgo.log")
-theme string
Theme file (default "theme/default.json")
-version
Show version
Distributed under the MIT License. See LICENSE
for more information.