Update README

With relative path scripts and source batching, the Go implementation has now reached feature parity with the Python implementation.

After some beta testing and any necessary CLI and UI adjustments, the go branch will replace the python branch as HEAD.
This commit is contained in:
Tim Van Baak 2025-02-24 13:51:45 -08:00
parent 67760cdedf
commit 37ef52259f

View File

@ -127,20 +127,6 @@ Instead, the web interface can be locked behind a password set via `intake passw
## Development ## Development
Parity features
* [x] source batching
* [x] web source add
* [x] first-party replacement for cron
* [x] NixOS module
* [x] NixOS vm demo
* [ ] Escape HTML in logs saved to error items
* [x] Add dbdir/bin to source PATH for custom update scripts
* [ ] Mark which sources have INTAKE_FETCH and which don't
* [ ] Source-level execution timeout
Future features
* [ ] CLI simplification? * [ ] CLI simplification?
* [ ] on_delete triggers * [ ] on_delete triggers
* [ ] manual item edits, CLI * [ ] manual item edits, CLI
@ -149,6 +135,9 @@ Future features
* [ ] items gracefully add new fields and `action` keys * [ ] items gracefully add new fields and `action` keys
* [ ] arbitrary date punt * [ ] arbitrary date punt
* [ ] TUI feed view * [ ] TUI feed view
* [ ] Escape HTML in logs saved to error items
* [ ] Mark which sources have INTAKE_FETCH and which don't
* [ ] Source-level execution timeout
* Nix flake templates * Nix flake templates
* [ ] parsing a news feed * [ ] parsing a news feed
* [ ] following a webcomic * [ ] following a webcomic