Нема описа

arianagiroux 7b36ea66bb Gracefully handles too few arguments in cmd/issues.go пре 3 недеља
cmd 7b36ea66bb Gracefully handles too few arguments in cmd/issues.go пре 3 недеља
tests 8851293f9b Made VariadicFields ignore dotfiles пре 3 недеља
.gitignore ed71b08993 Initial commit пре 3 недеља
Readme.md 65d6be3254 Added a roadmap item пре 3 недеља
go.mod 43a490b0a9 Renamed project to issues пре 3 недеља
go.sum 733153fd7b Moves Bug view functionality to Model пре 3 недеља
io.go 43a490b0a9 Renamed project to issues пре 3 недеља
io_test.go 43a490b0a9 Renamed project to issues пре 3 недеља
issue.go 65d6be3254 Added a roadmap item пре 3 недеља
issue_test.go 43a490b0a9 Renamed project to issues пре 3 недеља
tui.go 43a490b0a9 Renamed project to issues пре 3 недеља
tui_test.go 43a490b0a9 Renamed project to issues пре 3 недеља

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
  • issue.go:// TODO strip last newline from [issues.Issue] [issues.Field] and [issues.VariadicField]

See also