Skip to content

Instantly share code, notes, and snippets.

@statonjr
Created November 23, 2013 02:42
Show Gist options
  • Save statonjr/7610108 to your computer and use it in GitHub Desktop.
Save statonjr/7610108 to your computer and use it in GitHub Desktop.
Command-line Hypermedia client using cURL, jsontool, and GNU parallel
curl -s http://www.youtypeitwepostit.com/api/ | json -a collection.items | json -a href | parallel curl -s {}
@mamund
Copy link

mamund commented Nov 23, 2013

json utility?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment