diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-16 08:34:05 -0800 |
|---|---|---|
| committer | Adam Mathes <adam@adammathes.com> | 2026-02-16 08:34:05 -0800 |
| commit | aee026b141532c11f8eb315ca77cc23f663901ae (patch) | |
| tree | f1ceddb61a08a507245029e9485c35e961148544 /README.md | |
| parent | c74a18ded0777e176733ad07226f7ffd5cd64948 (diff) | |
| download | neko-aee026b141532c11f8eb315ca77cc23f663901ae.tar.gz neko-aee026b141532c11f8eb315ca77cc23f663901ae.tar.bz2 neko-aee026b141532c11f8eb315ca77cc23f663901ae.zip | |
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
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 -- |
