diff --git a/README.md b/README.md index c5b12ca..66d30b0 100644 --- a/README.md +++ b/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 ```