Няма описание

arianagiroux e910c7dac3 Stripped excess newlines from tui преди 2 месеца
cmd 7b36ea66bb Gracefully handles too few arguments in cmd/issues.go преди 2 месеца
tests 8851293f9b Made VariadicFields ignore dotfiles преди 2 месеца
.gitignore ed71b08993 Initial commit преди 2 месеца
Readme.md e910c7dac3 Stripped excess newlines from tui преди 2 месеца
go.mod 43a490b0a9 Renamed project to issues преди 2 месеца
go.sum 733153fd7b Moves Bug view functionality to Model преди 2 месеца
io.go 43a490b0a9 Renamed project to issues преди 2 месеца
io_test.go 43a490b0a9 Renamed project to issues преди 2 месеца
issue.go e910c7dac3 Stripped excess newlines from tui преди 2 месеца
issue_test.go e910c7dac3 Stripped excess newlines from tui преди 2 месеца
tui.go e910c7dac3 Stripped excess newlines from tui преди 2 месеца
tui_test.go 43a490b0a9 Renamed project to issues преди 2 месеца

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