aboutsummaryrefslogtreecommitdiffstats
path: root/shell.nix
AgeCommit message (Collapse)Author
2023-10-02add minimal haskell boilerplateLibravatar Fabian Kirchner
2023-09-28add list, show commandsLibravatar Alexander Foremny
The `list` command can be omitted and is the default. The `show` command retains past output. ```console $ anissue -h Usage: anissue anissue list anissue show ``` The implementation uses docopts, the shell variant of docopt [1]. Because of that, wrapping with `--argv0 ''` is necessary when packaging. [1] http://docopt.org/
2023-09-06add gnugrep as dependencyLibravatar Alexander Foremny
This had been an oversight of 17f8148945bf5d636eb0ab2b90e3f0d1c57ecf3f.
2023-09-06update shell dependenciesLibravatar Alexander Foremny
2023-09-06overlay tree-grepperLibravatar Alexander Foremny
2023-09-05add elm-formatLibravatar Fabian Kirchner
2023-09-05add shell.nixLibravatar Fabian Kirchner