A CLI tool that tries to prevent doomscrolling. Add rss feeds and youtube channels and get a single entry each day.
Find a file
2025-08-19 20:23:13 +02:00
cmd Merge branch 'refactor/database' into feat/add 2024-09-03 19:55:59 +02:00
internal Adds sample test to check if URLs are validated 2024-09-03 20:50:08 +02:00
.gitignore Ignores sqlite3 files 2024-08-30 15:06:00 +02:00
go.mod Installs gofeed package 2024-09-03 20:29:11 +02:00
go.sum Installs gofeed package 2024-09-03 20:29:11 +02:00
LICENSE Initial commit 2023-12-19 23:24:34 +01:00
main.go Changes database initialization 2024-09-03 19:49:03 +02:00
README.md updates README 2025-08-19 20:23:13 +02:00

freed

A unique feed aggregator and bookmarking service that tries to free you from too much content. Currently only a CLI program, but I plan to add a web server and frontend in the future. In active development.

Installation

The easiest way to install the program is by using go install:

go install ...

Usage

Add a RSS feed or youtube channel

freed add

List all feeds

freed ls

Show a feed entry for the day

freed today

Sync the added feeds

freed sync