diff --git a/.fixme/config b/.fixme/config index f0dc67c2..93403c73 100644 --- a/.fixme/config +++ b/.fixme/config @@ -16,3 +16,27 @@ fixme-id-show-len 10 fixme-list-full-row-pref ">>> " + +fixme-attribs assigned workflow resolution + +fixme-value-set workflow new backlog wip test fixed done + + +[ fixme-report all json + (render builtin:microstache report-wip.tpl) + (post builtin:columns | 10 8 8 10 _) +] + +[ fixme-report wip json + (render builtin:microstache report-wip.tpl) + (post builtin:columns | 10 8 8 10 _) + (query ?workflow:test) + (query ?workflow:wip) + (query ?workflow:fixed) + (query ?workflow:done) +] + +[ fixme-report wip-json json +] + + diff --git a/.fixme/report-wip.tpl b/.fixme/report-wip.tpl new file mode 100644 index 00000000..8af3011c --- /dev/null +++ b/.fixme/report-wip.tpl @@ -0,0 +1,3 @@ +{{#items}} +{{id}}|[{{workflow}}]|{{tag}}|{{assigned}}|{{title}} +{{/items}} diff --git a/flake.lock b/flake.lock index 70c86b04..b11559e1 100644 --- a/flake.lock +++ b/flake.lock @@ -9,11 +9,11 @@ "suckless-conf": "suckless-conf" }, "locked": { - "lastModified": 1676292942, - "narHash": "sha256-G3/GjUD2jAYyy1cWxFUxwX2SjpdryzJky895BpgEhMU=", + "lastModified": 1676368017, + "narHash": "sha256-AWHEUx3hlLlVcLsEUxSi2qI9n2XbyvmjdkBtnGXHpIY=", "owner": "voidlizard", "repo": "fixme", - "rev": "e974563c45ca3739bbdb572428d05ca8c77217cb", + "rev": "bd7bf162f33052a8f1063e5805e483d49280e441", "type": "github" }, "original": {