aboutsummaryrefslogtreecommitdiffstats
path: root/anissue.cabal
AgeCommit message (Collapse)Author
2023-10-16add Process.procLibravatar Alexander Foremny
Adds type-trickery akin to `Text.printf` to provide - (1) an abstraction over `fromString (printf ".." ..)` for `ProcessConfig`s, - (2) have arguments be quoted automatically. As string is the only argument type that Shell knows, the formatting character is simply "%".
2023-10-16refactor: add language extensions to Cabal fileLibravatar Alexander Foremny
Ditches `ghci` in favor of `cabal repl`.
2023-10-14utilize all processorsLibravatar Alexander Foremny
2023-10-14add basic caching of Issue'sLibravatar Fabian Kirchner
2023-10-14extract listIssues to History and make commit configurableLibravatar Fabian Kirchner
2023-10-13refactor: extract getIssues into HistoryLibravatar Fabian Kirchner
2023-10-13only show prov info in show commandLibravatar Fabian Kirchner
2023-10-13refactor: extract sh and sh_ into ProcessLibravatar Fabian Kirchner
2023-10-05refactor issue text extractionLibravatar Alexander Foremny
2023-10-04add --filter, filter by tagsLibravatar Alexander Foremny
2023-10-04ansi style output, breaks testsLibravatar Alexander Foremny
2023-10-04add tags to issuesLibravatar Alexander Foremny
2023-10-04bring issue extraction on-par with shell scriptLibravatar Alexander Foremny
2023-10-02refactor match merging to own moduleLibravatar Alexander Foremny
2023-10-02parse tree-grepper resultsLibravatar Fabian Kirchner
2023-10-02run tree-grepper for all filesLibravatar Fabian Kirchner
2023-10-02get list of files which should be checkedLibravatar Fabian Kirchner
2023-10-02add command line argument parsingLibravatar Fabian Kirchner
2023-10-02add minimal haskell boilerplateLibravatar Fabian Kirchner