README update

This commit is contained in:
Tim Van Baak 2025-05-02 12:18:40 -07:00
parent 77fc95e9b9
commit 46db4dd735
2 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
.direnv
tmp/
nixos.qcow2
intake

View File

@ -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