Skip to main content

in reply to daniel:// stenberg://

goddamn. apparently i have thirty-something shell scripts i have to rewrite this morning.
in reply to daniel:// stenberg://

cool! The one thing i find myself doing the most when using curl is piping to another program to pretty-print the JSON payload of the response. Would that be a possible option to add to curl? (Shame on me if it already exists)(and I don't mean the write-out option)
in reply to Thibault D.

@ThibaultDu I think jq and other tools already do excellent json pretty printing, I don't think curl needs to do it!