Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-11 | fix: fix interactive tagging | ||
2024-01-11 | feat: add `check` cmd | ||
2024-01-11 | chore: make computing `probabilityMap` more performance | ||
2024-01-10 | issue: add regression | ||
2024-01-10 | chore: ignore /.history | ||
2023-12-28 | chore: restrict shown tags | ||
2023-12-28 | chore: add `modifiedAt` | ||
2023-12-28 | chore: `originalText` -> `content` | ||
2023-12-28 | fix: fix adding/removing internal tags | ||
2023-12-28 | chore: add filter, sort to library tags | ||
2023-12-27 | chore: add `--auto` to `consume` | ||
2023-12-27 | chore: fix typo | ||
2023-12-27 | chore: ignore ./anissue | ||
2023-12-27 | chore: add @topic to issues | ||
2023-12-27 | feat: add `modify` command | ||
2023-12-26 | feat: add `topwords` command | ||
Changes the heuristic for the probability map. | |||
2023-12-26 | fix: fix tag-by-tag suggestion | ||
2023-12-26 | chore: add `--language` | ||
2023-12-26 | chore: fix some warnings | ||
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 | ||