docs: updates readme with desired subcommands

This commit is contained in:
Dennis Schoepf 2025-08-24 22:35:55 +02:00
parent 37af5fb345
commit 3d3daf737f

View file

@ -14,24 +14,32 @@ go install ...
### Add a RSS feed or youtube channel ### Add a RSS feed or youtube channel
Currently RSS feeds, Atom feeds and Youtube channel links are supported.
```sh ```sh
freed add freed add "https://feed.url"
``` ```
### List all feeds ### List all feeds
Lists all currently stored feed with their metadata.
```sh ```sh
freed ls freed ls
``` ```
### Show a feed entry for the day ### Show a feed entry for the day
Shows/opens an article from one of your feeds and marks it as read.
```sh ```sh
freed today freed today
``` ```
### Sync the added feeds ### 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.
```sh ```sh
freed sync freed sync
``` ```