Skip to content

Instantly share code, notes, and snippets.

@bwbaugh
Created June 2, 2015 23:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bwbaugh/cac965e8151fa9357091 to your computer and use it in GitHub Desktop.
Save bwbaugh/cac965e8151fa9357091 to your computer and use it in GitHub Desktop.
Extract all of the task titles from a specific Wunderlist list.
<wunderlist-2015062-17-18-11.json jq '.data.tasks | .[] | select(.list_id == 143399535) | select(.completed == false) | .title' --raw-output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment