From aee026b141532c11f8eb315ca77cc23f663901ae Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Mon, 16 Feb 2026 08:34:05 -0800 Subject: Implement feed management in settings - Close NK-cuz8gh: v3 feed management - Add 'Manage Feeds' section to settings view in v3 UI - Implement deleteFeed and updateFeed helper functions - Add event listeners for deleting feeds and updating tags - Add tests for new functionality - Created NK-cdwj52 for bulk edit feature --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7471203..7254923 100644 --- a/README.md +++ b/README.md @@ -203,8 +203,10 @@ To include **unread** items in the purge: View all command line options with `-h` or `--help` +```bash $ neko -h - +``` +``` Usage of neko: -a, --add http://example.com/rss.xml add the feed at URL http://example.com/rss.xml @@ -234,6 +236,7 @@ Usage of neko: fetch feeds and store new items -v, --verbose verbose output +``` These are POSIX style flags so -- -- cgit v1.2.3