37 lines
415 B
Markdown
37 lines
415 B
Markdown
# 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`:
|
|
|
|
```sh
|
|
go install ...
|
|
```
|
|
|
|
## Usage
|
|
|
|
### Add a RSS feed or youtube channel
|
|
|
|
```sh
|
|
freed add
|
|
```
|
|
|
|
### List all feeds
|
|
|
|
```sh
|
|
freed ls
|
|
```
|
|
|
|
### Show a feed entry for the day
|
|
|
|
```sh
|
|
freed today
|
|
```
|
|
|
|
### Sync the added feeds
|
|
|
|
```sh
|
|
freed sync
|
|
```
|