From 84a16d5478fbed6310c4070b866cd97549705f7e Mon Sep 17 00:00:00 2001 From: Dennis Date: Tue, 19 Aug 2025 20:23:13 +0200 Subject: [PATCH] updates README --- README.md | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e5c7947..71fbec9 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,26 @@ go install ... ## Usage -... +### Add a RSS feed or youtube channel -## Commands +```sh +freed add +``` -... +### List all feeds -## TODO +```sh +freed ls +``` -- [ ] Document usage after commands are set up -- [ ] Decide on and document installation process -- [ ] Add command documentation to README +### Show a feed entry for the day + +```sh +freed today +``` + +### Sync the added feeds + +```sh +freed sync +```