Skip to content
/ rssgo Public

rssgo is a highly configurable RSS terminal reader written in Golang

License

Notifications You must be signed in to change notification settings

seasona/rssgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rssgo

License

rssgo is a highly configurable RSS terminal reader written in Golang

Table of Contents

About The Project

preivew

Feature

  • 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

Platform

Linux, Windows

Built With

Golang with module support version

Getting Started

Prerequisites

rssgo use sqlite3 as database

Installation

go build ./cmd/rssgo/...

Usage

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

License

Distributed under the MIT License. See LICENSE for more information.

About

rssgo is a highly configurable RSS terminal reader written in Golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages