|
|
vor 3 Wochen | |
|---|---|---|
| cmd | vor 3 Wochen | |
| tests | vor 3 Wochen | |
| .gitignore | vor 3 Wochen | |
| LICENSE | vor 3 Wochen | |
| Readme.md | vor 3 Wochen | |
| go.mod | vor 3 Wochen | |
| go.sum | vor 3 Wochen | |
| io.go | vor 3 Wochen | |
| io_test.go | vor 3 Wochen | |
| issue.go | vor 3 Wochen | |
| issue_test.go | vor 3 Wochen | |
| tui.go | vor 3 Wochen | |
| tui_test.go | vor 3 Wochen |
issues PATH
go install cmd/issues.go
cmd/issues.go:// TODO implement create/edit/delete funcscmd/issues.go:// TODO implement attempt to auto load issues folder if no arg specifiedio.go:func WriteIssue(issue Issue) (success bool, err error) { return false, nil } // TODO: implementio.go:func DeleteIssue(issue Issue) (success bool, err error) { return false, nil } // TODO: implementtui.go:// TODO enable collection recursing (i.e, embeded collections)tui.go:// TODO enable scroll/viewport logic on issues!!!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.