From 37ef52259f5590d4c9b608026c877ba44067a9ca Mon Sep 17 00:00:00 2001 From: Tim Van Baak Date: Mon, 24 Feb 2025 13:51:45 -0800 Subject: [PATCH] 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. --- README.md | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 963bfb9..3e1678d 100644 --- a/README.md +++ b/README.md @@ -127,20 +127,6 @@ Instead, the web interface can be locked behind a password set via `intake passw ## 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? * [ ] on_delete triggers * [ ] manual item edits, CLI @@ -149,6 +135,9 @@ Future features * [ ] items gracefully add new fields and `action` keys * [ ] arbitrary date punt * [ ] 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 * [ ] parsing a news feed * [ ] following a webcomic