Aucune description

arianagiroux 0b23ed339c Tracked display type via golang interface il y a 3 semaines
cmd 8d3746cf6a Added extensive documentation il y a 3 semaines
tests 952d626705 Implements IsIssue(), func to check if path follows spec il y a 3 semaines
.gitignore 58dc726209 Updated .gitignore il y a 3 semaines
Readme.md 0b23ed339c Tracked display type via golang interface il y a 3 semaines
go.mod 43a490b0a9 Renamed project to issues il y a 3 semaines
go.sum 733153fd7b Moves Bug view functionality to Model il y a 3 semaines
io.go 8d3746cf6a Added extensive documentation il y a 3 semaines
io_test.go 7da89c3fbd Implemented IsIssueCollection il y a 3 semaines
issue.go 0b23ed339c Tracked display type via golang interface il y a 3 semaines
issue_test.go 3b8b15ba93 Ensured Issue.New processes titles il y a 3 semaines
tui.go 0b23ed339c Tracked display type via golang interface il y a 3 semaines
tui_test.go 0b23ed339c Tracked display type via golang interface il y a 3 semaines

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