Aucune description

arianagiroux f3a74602ce Re-wrote tui tests, ensures 93% test coverage il y a 2 mois
cmd f3a74602ce Re-wrote tui tests, ensures 93% test coverage il y a 2 mois
tests 952d626705 Implements IsIssue(), func to check if path follows spec il y a 2 mois
.gitignore 58dc726209 Updated .gitignore il y a 2 mois
Readme.md f3a74602ce Re-wrote tui tests, ensures 93% test coverage il y a 2 mois
go.mod 43a490b0a9 Renamed project to issues il y a 2 mois
go.sum 733153fd7b Moves Bug view functionality to Model il y a 2 mois
io.go 7da89c3fbd Implemented IsIssueCollection il y a 2 mois
io_test.go 7da89c3fbd Implemented IsIssueCollection il y a 2 mois
issue.go 05ecd0952b Implements basic issue collection browser in tui il y a 2 mois
issue_test.go e910c7dac3 Stripped excess newlines from tui il y a 2 mois
tui.go 05ecd0952b Implements basic issue collection browser in tui il y a 2 mois
tui_test.go f3a74602ce Re-wrote tui tests, ensures 93% test coverage il y a 2 mois

Readme.md

issues - a queer little tui for the poor mans issue tracker spec

Usage

issues PATH_TO_BUG

Installation

go install cmd/issues.go

TODO

io.go:func WriteIssue(issue Issue) (success bool, err error) { return false, nil } // TODO: implement io.go:func DeleteIssue(issue Issue) (success bool, err error) { return false, nil } // TODO: implement

See also