Keine Beschreibung

arianagiroux 43a490b0a9 Renamed project to issues vor 3 Wochen
cmd 43a490b0a9 Renamed project to issues vor 3 Wochen
tests 8851293f9b Made VariadicFields ignore dotfiles vor 3 Wochen
.gitignore ed71b08993 Initial commit vor 3 Wochen
Readme.md 43a490b0a9 Renamed project to issues vor 3 Wochen
go.mod 43a490b0a9 Renamed project to issues vor 3 Wochen
go.sum 733153fd7b Moves Bug view functionality to Model vor 3 Wochen
io.go 43a490b0a9 Renamed project to issues vor 3 Wochen
io_test.go 43a490b0a9 Renamed project to issues vor 3 Wochen
issue.go 43a490b0a9 Renamed project to issues vor 3 Wochen
issue_test.go 43a490b0a9 Renamed project to issues vor 3 Wochen
tui.go 43a490b0a9 Renamed project to issues vor 3 Wochen
tui_test.go 43a490b0a9 Renamed project to issues vor 3 Wochen

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:func (i Issue) New(title string, status Field, tags VariadicField, blockedby VariadicField, path string) (issue Issue, err error) { // TODO Implement

See also