1
0
Fork 0
mirror of https://codeberg.org/Reuh/feather.git synced 2025-10-28 02:29:32 +00:00

feat: add daemon mode

This commit is contained in:
Étienne Fildadut 2025-10-09 18:32:36 +02:00
parent 4cf6da5f0a
commit 4d5b9a78d9
3 changed files with 37 additions and 4 deletions

View file

@ -8,7 +8,9 @@
### Updating with the server
Call `feather update` to synchronize all local data with the server (read items, new items from the server, etc.).
Call `feather sync` to synchronize all local data with the server (read items, new items from the server, etc.).
`feather daemon`
### Configuration
@ -37,7 +39,8 @@ After changing the configuration, you can call `feather regenerate` to regenerat
## TODO
- [ ] Write documentation
- [ ] Perform mark-as-read operation more often than sync (inotify, daemon, etc.)
- [x] Perform mark-as-read operation more often than sync (inotify, daemon, etc.)
- [ ] inotify might still be nice
- [x] Make HTML filename configurable
- [x] Make HTML template configurable
- [ ] Nested categories