freed/README.md

773 B

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

Currently RSS feeds, Atom feeds and Youtube channel links are supported.

freed add "https://feed.url"

List all feeds

Lists all currently stored feed with their metadata.

freed ls

Show a feed entry for the day

Shows/opens an article from one of your feeds and marks it as read.

freed today

Sync the added feeds

Manually syncs all feeds in the database. An automatic sync is performed on running any command if the last sync was more than 24 hours ago.

freed sync