Aucune description

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

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