Skip to content

Instantly share code, notes, and snippets.

@lincerely
Created February 3, 2023 21:41
Show Gist options
  • Save lincerely/2fe64a29ff35f11ffb8bcbda0ba09846 to your computer and use it in GitHub Desktop.
Save lincerely/2fe64a29ff35f11ffb8bcbda0ba09846 to your computer and use it in GitHub Desktop.
task warrior export tsv
task export | jq -r '.[] | [.id, .status, .uuid, .entry, .end, .priority, .project, .description, .urgency] | @tsv '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment