Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-14 | encode again when decoding cache failed | ||
2023-10-14 | also consider issues changed in current working tree | ||
2023-10-14 | add suffixes to cache ids | ||
2023-10-14 | collect issues starting from the first commit via intermediate IssueEvent's | ||
2023-10-14 | add getIssuesWorkingTreeChanged | ||
2023-10-14 | add getIssuesCommitAll | ||
2023-10-14 | refactor: improve naming and add some documentation | ||
2023-10-14 | refactor: move and hide exceptions from outside module | ||
2023-10-14 | refactor: minor code cleanup | ||
2023-10-14 | refactor: simplify listIssues function | ||
2023-10-14 | refactor: simplify listIssues.. functions | ||
2023-10-14 | refactor: split extract listIssuesCurrent from listIssuesOf | ||
2023-10-14 | fix: filter after caching issues | ||
2023-10-14 | only consider changed files when looking through commits | ||
2023-10-14 | utilize all processors | ||
2023-10-14 | remove calls to `setWorkingDirectory` | ||
2023-10-14 | add basic caching of Issue's | ||
2023-10-14 | only show commit hash | ||
2023-10-14 | deduce initial provenance from commit history | ||
2023-10-14 | get issues for all commits | ||
2023-10-14 | extract listIssues to History and make commit configurable | ||
2023-10-14 | fix passthru of dependencies to nix shell | ||
2023-10-13 | refactor: extract getIssues into History | ||
2023-10-13 | remove me | ||
2023-10-13 | only show prov info in show command | ||
2023-10-13 | show commit hash where issue occurs first | ||
2023-10-13 | extract quote to Process and fix quoting quotes | ||
2023-10-13 | refactor: extract sh and sh_ into Process | ||
2023-10-13 | also support FIXME and QUESTION as markers | ||
2023-10-13 | make width of output configurable | ||
2023-10-13 | print tags like they are written | ||
2023-10-13 | generate completion scripts for wrapped program | ||
2023-10-13 | print file and row in show mode | ||
2023-10-13 | render issue title as header | ||
2023-10-13 | title cannot span multiple lines | ||
2023-10-13 | chore: sort buildInputs | ||
2023-10-13 | make external programs accessible | ||
2023-10-13 | resolved feature/markdown-printing-via-mdcat | ||
2023-10-13 | review | ||
2023-10-13 | do not strip tags from description | ||
2023-10-13 | review 'feature/markdown-printing-via-mdcat' | ||
2023-10-13 | pretty print issues using mdcat | ||
2023-10-13 | add issue about topic printing | ||
2023-10-13 | install completions for bash, fish and zsh | ||
2023-10-11 | add haskell-language-server | ||
Requires [$EDITOR integration](https://haskell-language-server.readthedocs.io/en/latest/configuration.html#configuring-your-editor). | |||
2023-10-11 | add Hoogle | ||
The `hoogle` command is useful, among other things, for searching the used libraries for functions, ie: ```console hoogle 'a -> a' GHC.Prelude id :: a -> a .. ``` You can also start a web-server: ```console hoogle server ``` | |||
2023-10-11 | add ghcid | ||
Invoking `ghcid` allows us to watch for compilation errors while developing. | |||
2023-10-09 | add 'edit issues' issue | ||
2023-10-05 | fix trailing newline in text extract, fix tests | ||
2023-10-05 | show single issue by id only | ||