diff --git a/.gitignore b/.gitignore index 112c18a..e8c04e2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .direnv tmp/ nixos.qcow2 +intake diff --git a/README.md b/README.md index 04fab38..0fbe59e 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,6 @@ Instead, the web interface can be locked behind a password set via `intake passw ## Development -* [x] CLI simplification? * [ ] on_delete triggers * [ ] manual item edits, CLI * [ ] manual item edits, web @@ -139,13 +138,18 @@ Instead, the web interface can be locked behind a password set via `intake passw * [ ] TUI feed view * [ ] Escape HTML in logs saved to error items * [ ] Mark which sources have INTAKE_FETCH and which don't -* [x] Source-level execution timeout * [ ] Support fetch specs as batch specs so you can e.g. batch to a dow * [ ] Allow desktop-only sources that are invisible on mobile * [ ] Items supporting a nonexistent action should gray out the action button +* [ ] Mark a source as expected to produce items so it errors if it produces 0 (INTAKE_MIN) * Nix flake templates * [ ] parsing a news feed * [ ] following a webcomic +* Potential mobile behavioral forcing functions + * [ ] Hidden items cannot be accessed + * [ ] Sources not in a channel cannot be accessed + * [ ] Sources cannot be added to channels + * [ ] Sources can be marked desktop-only ## Useful snippets