Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-17 | refactor include,exclude from simple filters | ||
2023-10-16 | add `--sort` to `list` | ||
2023-10-16 | add internal tag `createdAt` | ||
2023-10-16 | refactor `Issue.Provenance` from `Issue` | ||
2023-10-16 | refactor: add language extensions to Cabal file | ||
Ditches `ghci` in favor of `cabal repl`. | |||
2023-10-14 | add basic caching of Issue's | ||
2023-10-13 | title cannot span multiple lines | ||
2023-10-05 | fix trailing newline in text extract, fix tests | ||
2023-10-05 | show single issue by id only | ||
2023-10-05 | generate internal @id tag from title | ||
2023-10-05 | refactor issue text extraction | ||
2023-10-04 | add --filter, filter by tags | ||
2023-10-04 | add tags to issues | ||