Sin descripción

arianagiroux 8d43a64b5e Added additional stylistic comments to tui for clarity hace 2 semanas
cmd 8d3746cf6a Added extensive documentation hace 3 semanas
tests 952d626705 Implements IsIssue(), func to check if path follows spec hace 3 semanas
.gitignore 58dc726209 Updated .gitignore hace 3 semanas
LICENSE a44420cba0 Attached licensing information hace 3 semanas
Readme.md 30dfedac18 Added minor revisions to readme hace 3 semanas
go.mod f9b48760ee Adds new widget struct for issue creation tui hace 3 semanas
go.sum f9b48760ee Adds new widget struct for issue creation tui hace 3 semanas
io.go 8d3746cf6a Added extensive documentation hace 3 semanas
io_test.go 7da89c3fbd Implemented IsIssueCollection hace 3 semanas
issue.go 0b23ed339c Tracked display type via golang interface hace 3 semanas
issue_test.go 3b8b15ba93 Ensured Issue.New processes titles hace 3 semanas
tui.go 8d43a64b5e Added additional stylistic comments to tui for clarity hace 2 semanas
tui_test.go d82b29794e Implements MVP for create widget hace 2 semanas

Readme.md

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

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.