A CLI tool that tries to prevent doomscrolling. Add rss feeds and youtube channels and get a single entry each day.
Find a file
2024-08-30 17:57:46 +02:00
cmd Adds subcommands 2024-08-30 17:06:43 +02:00
internal/database Reverts back to old Connect style database access 2024-08-30 17:57:46 +02:00
.gitignore Ignores sqlite3 files 2024-08-30 15:06:00 +02:00
dbconfig.yml Adds dbconfig.yml 2024-05-31 19:55:22 +02:00
go.mod Removes fiber 2024-08-30 15:05:54 +02:00
go.sum Removes fiber 2024-08-30 15:05:54 +02:00
LICENSE Initial commit 2023-12-19 23:24:34 +01:00
main.go Cobra initialization in main.go 2024-08-30 17:07:38 +02:00
README.md Updates documentation 2024-08-30 14:46:15 +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

  • Document usage after commands are set up