ReadLaterRSS

command module
v0.0.0-...-e6e112f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 13, 2026 License: BSD-3-Clause Imports: 7 Imported by: 0

README

ReadLaterRSS

Your read later list is now an RSS feed!

Just like Pocket. But simpler.

Motivation

There are times when you want to save internet articles for later, but having a separate file or an app to read them feels uncomfortable. ReadLaterRSS helps to integrate your list into any RSS reader you already use.

Since version 2, text-only feeds with automatic translation powered by Translate Shell are supported. Currently to English only. Just follow these steps:

# cd to the directory from where you run ./ReadLaterRSS
# place the ./get-translator.sh into it, then execute
./get-translator.sh

Usage

Starting the server
git clone https://github.com/studokim/ReadLaterRSS.git
cd ReadLaterRSS
go get github.com/studokim/ReadLaterRSS
go build
./ReadLaterRSS --listen <port> --website <yoursite.com> --author <your.name>

Now subscribe to the new feed using your RSS reader: the address is localhost:port/rss.

Adding articles

Go to localhost:port/add, paste the url of the article and click Add!. The link will be converted to an RSS item and appended to the feed. If any error occurs, it will be shown immediately.

All the articles are saved into history.yml with the timestamp, so you may restart the server anytime preserving the feed state.

Screenshots

New URL item

Explore URL items

Explore Text items

RSS URL items

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL