|
|
2 недель назад | |
|---|---|---|
| cmd | 2 недель назад | |
| tests | 3 недель назад | |
| .gitignore | 3 недель назад | |
| LICENSE | 3 недель назад | |
| Readme.md | 2 недель назад | |
| go.mod | 3 недель назад | |
| go.sum | 3 недель назад | |
| io.go | 2 недель назад | |
| io_test.go | 2 недель назад | |
| issue.go | 3 недель назад | |
| issue_test.go | 3 недель назад | |
| tui.go | 2 недель назад | |
| tui_test.go | 2 недель назад |
issues PATH
go install cmd/issues.go
cmd/issues.go:// TODO implement edit/delete funcscmd/issues.go:// TODO implement attempt to auto load issues folder if no arg specifiedio.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!!!tui.go:// TODO connect WriteIssue to createIssue widgettui.go: case IssueCollection: // TODO handle updates to IssueCollection widgets in its own update funcFor 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.