docs: updates readme with desired subcommands
This commit is contained in:
parent
37af5fb345
commit
3d3daf737f
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
|
@ -14,24 +14,32 @@ go install ...
|
|||
|
||||
### Add a RSS feed or youtube channel
|
||||
|
||||
Currently RSS feeds, Atom feeds and Youtube channel links are supported.
|
||||
|
||||
```sh
|
||||
freed add
|
||||
freed add "https://feed.url"
|
||||
```
|
||||
|
||||
### List all feeds
|
||||
|
||||
Lists all currently stored feed with their metadata.
|
||||
|
||||
```sh
|
||||
freed ls
|
||||
```
|
||||
|
||||
### Show a feed entry for the day
|
||||
|
||||
Shows/opens an article from one of your feeds and marks it as read.
|
||||
|
||||
```sh
|
||||
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.
|
||||
|
||||
```sh
|
||||
freed sync
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue