From 3d3daf737fd677f4607c8e13b46977023a5b9694 Mon Sep 17 00:00:00 2001 From: Dennis Date: Sun, 24 Aug 2025 22:35:55 +0200 Subject: [PATCH] docs: updates readme with desired subcommands --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 ```