説明なし

arianagiroux bd37bcc3c3 Changes package from buggo to issho, from Bug to Issue 3 週間 前
cmd bd37bcc3c3 Changes package from buggo to issho, from Bug to Issue 3 週間 前
tests 8851293f9b Made VariadicFields ignore dotfiles 3 週間 前
.gitignore ed71b08993 Initial commit 3 週間 前
Readme.md bd37bcc3c3 Changes package from buggo to issho, from Bug to Issue 3 週間 前
go.mod bd37bcc3c3 Changes package from buggo to issho, from Bug to Issue 3 週間 前
go.sum 733153fd7b Moves Bug view functionality to Model 3 週間 前
io.go bd37bcc3c3 Changes package from buggo to issho, from Bug to Issue 3 週間 前
io_test.go bd37bcc3c3 Changes package from buggo to issho, from Bug to Issue 3 週間 前
issue.go bd37bcc3c3 Changes package from buggo to issho, from Bug to Issue 3 週間 前
issue_test.go bd37bcc3c3 Changes package from buggo to issho, from Bug to Issue 3 週間 前
tui.go bd37bcc3c3 Changes package from buggo to issho, from Bug to Issue 3 週間 前
tui_test.go bd37bcc3c3 Changes package from buggo to issho, from Bug to Issue 3 週間 前

Readme.md

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

Usage

go run cmd/main.go PATH_TO_BUG

TODO

  • cmd/main.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