# 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 - [The Poorman Issue Tracker Spec](https://github.com/driusan/PoormanIssueTracker)