# 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 edit/delete functions` - `io.go:func readPath(path string) (output string, err error) { // TODO DEPRECATE` - `io.go:func DeleteIssue(issue Issue) (success bool, err error) { return false, nil } // TODO: implement` - `tui.go:// TODO enable collection recursing (i.e, embedded collections)` - `tui.go:// TODO enable scroll/viewport logic` - `tui.go:// TODO(create widget) implement description field in create.create` ### v0.1 Roadmap - [ ] finalize style - [ ] set default project colours - [ ] CRUD life cycle - [ ] Source documentation update ## 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.