Nincs leírás

arianagiroux 1ec82502b4 Made issues.go check if path passes spec 3 hete
cmd 1ec82502b4 Made issues.go check if path passes spec 3 hete
tests 952d626705 Implements IsIssue(), func to check if path follows spec 3 hete
.gitignore ed71b08993 Initial commit 3 hete
Readme.md e910c7dac3 Stripped excess newlines from tui 3 hete
go.mod 43a490b0a9 Renamed project to issues 3 hete
go.sum 733153fd7b Moves Bug view functionality to Model 3 hete
io.go 952d626705 Implements IsIssue(), func to check if path follows spec 3 hete
io_test.go 952d626705 Implements IsIssue(), func to check if path follows spec 3 hete
issue.go e910c7dac3 Stripped excess newlines from tui 3 hete
issue_test.go e910c7dac3 Stripped excess newlines from tui 3 hete
tui.go e910c7dac3 Stripped excess newlines from tui 3 hete
tui_test.go 43a490b0a9 Renamed project to issues 3 hete

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