Ei kuvausta

arianagiroux 58dc726209 Updated .gitignore 3 viikkoa sitten
cmd 7da89c3fbd Implemented IsIssueCollection 3 viikkoa sitten
tests 952d626705 Implements IsIssue(), func to check if path follows spec 3 viikkoa sitten
.gitignore 58dc726209 Updated .gitignore 3 viikkoa sitten
Readme.md e910c7dac3 Stripped excess newlines from tui 3 viikkoa sitten
go.mod 43a490b0a9 Renamed project to issues 3 viikkoa sitten
go.sum 733153fd7b Moves Bug view functionality to Model 3 viikkoa sitten
io.go 7da89c3fbd Implemented IsIssueCollection 3 viikkoa sitten
io_test.go 7da89c3fbd Implemented IsIssueCollection 3 viikkoa sitten
issue.go e910c7dac3 Stripped excess newlines from tui 3 viikkoa sitten
issue_test.go e910c7dac3 Stripped excess newlines from tui 3 viikkoa sitten
tui.go 9c3991020f Stripped trailing newlines from variadic displays 3 viikkoa sitten
tui_test.go 43a490b0a9 Renamed project to issues 3 viikkoa sitten

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

  • cmd/issues.go:// TODO implement interface for browse bugs in folder
  • 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