aboutsummaryrefslogtreecommitdiffstats
path: root/src/extract.sh
AgeCommit message (Collapse)Author
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-28split augmentation and output into separate passesLibravatar Alexander Foremny
2023-09-28remove unnessary quoting when extracting fields from JSONLibravatar Alexander Foremny
2023-09-27assign and schedule issuesLibravatar Fabian Kirchner
2023-09-27add some issuesLibravatar Fabian Kirchner
2023-09-27use git ls-files to get list of files to look for issuesLibravatar Fabian Kirchner
2023-09-06add support for .sh filesLibravatar Alexander Foremny
2023-09-06add issue to support all tree-grepper supported languagesLibravatar Alexander Foremny
2023-09-06default to scanning .Libravatar Alexander Foremny
2023-09-06ignore hidden and backup filesLibravatar Alexander Foremny
2023-09-05remove trailing whitespace from extract.shLibravatar Alexander Foremny
2023-09-05*.sh -> srcLibravatar Alexander Foremny