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 21:01:37 +02:00
cmd chore: removes sample code from today cmd 2025-08-19 21:01:37 +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 chore: updates dependencies 2025-08-19 20:32:16 +02:00
go.sum chore: updates dependencies 2025-08-19 20:32:16 +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 chore: updates dependencies 2025-08-19 20:32:16 +02:00

freed

A unique feed aggregator that tries to free you from consuming too much content.

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