# issues - a queer little tui for the poor mans issue tracker spec ## Usage ``` issues PATH ``` ## Installation ``` go install cmd/issues.go ``` ## TODO - `cmd/issues.go:// TODO implement create/edit/delete funcs` - `cmd/issues.go:// TODO implement attempt to auto load issues folder if no arg specified` - `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` - `tui.go:// TODO enable collection recursing (i.e, embeded collections)` - `tui.go:// TODO enable scroll/viewport logic on issues!!!` ## See also - [The Poorman Issue Tracker Spec](https://github.com/driusan/PoormanIssueTracker) - [Bubbletea/bubbles input field](https://github.com/charmbracelet/bubbles/textinput) ## license For versions moving from v0.0.4, see the `LICENSE` file. All revisions previous to version and revision v0.0.4 are subject to the MIT license.