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-09-03 19:55:59 +02:00
cmd Merge branch 'refactor/database' into feat/add 2024-09-03 19:55:59 +02:00
internal Adds internal feed package for adding feed 2024-09-03 19:50:52 +02:00
.gitignore Ignores sqlite3 files 2024-08-30 15:06:00 +02:00
go.mod Removes unused packages and adds cli packages 2024-08-30 17:58:17 +02:00
go.sum Removes unused packages and adds cli packages 2024-08-30 17:58:17 +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 Adapts README.md 2024-08-31 01:48:27 +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

...

Commands

...

TODO

  • Document usage after commands are set up
  • Decide on and document installation process
  • Add command documentation to README