2026-02-10T01:12:30Z
Here's how to use curl and jq together.
curl -s https://api.github.com/repos/simonw/rodney | jq .description"CLI tool for interacting with the web"
And the curl logo, to demonstrate the image command:
curl -o curl-logo.png https://curl.se/logo/curl-logo.png && echo curl-logo.png
