Skip to content

Instantly share code, notes, and snippets.

@sheeley
Created December 28, 2017 16:22
Show Gist options
  • Save sheeley/20329a0a4ce27cc930924d4d437171e2 to your computer and use it in GitHub Desktop.
Save sheeley/20329a0a4ce27cc930924d4d437171e2 to your computer and use it in GitHub Desktop.
process kindle books json
# takes json from ajax request on list of kindle ebooks, returns title, author, url
cat books.json | jq '.GetContentsForCollection | .asinDetails[] | .title + " - " + .authors + " www.amazon.com" + .dpURL'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment