Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-26 | chore: allow tags to be removed | ||
Tags can be removed by setting their value to "-". | |||
2023-12-26 | chore: add `SuggestTagByTags` | ||
This naive implementation scores tags based on the words that correlate to a tag being set. It then uses that score to determine the highest-scoring value for a tag based on the words in a document. | |||
2023-12-26 | chore: sha256 -> sha1 | ||
2023-12-26 | chore: print tags | ||
2023-12-26 | chore: add settings | ||
2023-12-26 | chore: add `createdAt` tag | ||
2023-12-25 | chore: add `addedAt` tag | ||
2023-12-25 | chore: be quieter about shell commands | ||
2023-12-25 | chore: add library 'tags' | ||
2023-12-22 | feat: add `--edit` to `list` | ||
2023-12-22 | feat: add `edit` command | ||
2023-12-22 | feat: add `--redo` to `list` | ||
2023-12-22 | fix: fix tesseract call | ||
2023-12-22 | feat: add `--view` to `list` | ||
2023-12-22 | feat: add `view` command | ||
2023-12-22 | feat: add `--todo` to `list` | ||
2023-12-22 | feat: add command `todo` | ||
2023-12-22 | fix: fix `originalText` | ||
2023-12-22 | chore: add commands `consume`, `list` | ||
2023-12-21 | chore: add attrs | ||
2023-12-21 | chore: scan ./originals | ||
2023-12-21 | chore: only process scans | ||
2023-12-20 | chore: init | ||