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