A CLI tool that tries to prevent doomscrolling. Add rss feeds and youtube channels and get a single entry each day.
| cmd | ||
| internal | ||
| .gitignore | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| main.go | ||
| README.md | ||
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