Created
June 2, 2015 23:39
-
-
Save bwbaugh/cac965e8151fa9357091 to your computer and use it in GitHub Desktop.
Extract all of the task titles from a specific Wunderlist list.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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