Skip to content

Instantly share code, notes, and snippets.

@jonleung
Created July 8, 2012 19:35
Show Gist options
  • Save jonleung/3072465 to your computer and use it in GitHub Desktop.
Save jonleung/3072465 to your computer and use it in GitHub Desktop.
Extract Wunderlist DB
cd ~/Library/Wunderlist; sqlite3 -csv -header wunderlist.db "select * from tasks left join lists on tasks.list_id=lists.id;" > wunderlist_export.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment