Closed suhr closed 5 months ago
Since formal specifications are always better than informal one, I wrote this CUE spec for the Taskwarrior JSON Format: https://gist.github.com/suhr/39dcf9ef042e07a80fe288ed76f2aca8
It is still WIP (UDA is not supported yet, some fields are stringly typed), but it looks already nice. Also, cue vet backlog.json ~/task.cue works for my backlog.
cue vet backlog.json ~/task.cue
UPDATE: UDA is now supported
Thanks @suhr !
We never intended for that format to be used outside of TW, and in fact at this point it is not used by TW anymore.
Since formal specifications are always better than informal one, I wrote this CUE spec for the Taskwarrior JSON Format: https://gist.github.com/suhr/39dcf9ef042e07a80fe288ed76f2aca8
It is still WIP (
UDA is not supported yet,some fields are stringly typed), but it looks already nice. Also,cue vet backlog.json ~/task.cue
works for my backlog.UPDATE: UDA is now supported