index
:
anissue
feature/compute-history-from-top
main
in-source issue management
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
anissue.cabal
Age
Commit message (
Expand
)
Author
2023-10-17
make sort type-aware
Alexander Foremny
2023-10-17
make filter type-aware
Alexander Foremny
2023-10-17
add filter operators
Alexander Foremny
2023-10-16
fix unicode-related output problems
Alexander Foremny
2023-10-16
update `list` output
Alexander Foremny
2023-10-16
refactor `Git.withWorkingTree`
Alexander Foremny
2023-10-16
add `--sort` to `list`
Alexander Foremny
2023-10-16
refactor `Issue.Provenance` from `Issue`
Alexander Foremny
2023-10-16
add Process.proc
Alexander Foremny
2023-10-16
refactor: add language extensions to Cabal file
Alexander Foremny
2023-10-14
utilize all processors
Alexander Foremny
2023-10-14
add basic caching of Issue's
Fabian Kirchner
2023-10-14
extract listIssues to History and make commit configurable
Fabian Kirchner
2023-10-13
refactor: extract getIssues into History
Fabian Kirchner
2023-10-13
only show prov info in show command
Fabian Kirchner
2023-10-13
refactor: extract sh and sh_ into Process
Fabian Kirchner
2023-10-05
refactor issue text extraction
Alexander Foremny
2023-10-04
add --filter, filter by tags
Alexander Foremny
2023-10-04
ansi style output, breaks tests
Alexander Foremny
2023-10-04
add tags to issues
Alexander Foremny
2023-10-04
bring issue extraction on-par with shell script
Alexander Foremny
2023-10-02
refactor match merging to own module
Alexander Foremny
2023-10-02
parse tree-grepper results
Fabian Kirchner
2023-10-02
run tree-grepper for all files
Fabian Kirchner
2023-10-02
get list of files which should be checked
Fabian Kirchner
2023-10-02
add command line argument parsing
Fabian Kirchner
2023-10-02
add minimal haskell boilerplate
Fabian Kirchner