How to add a header to CSV export in jq?
I'm taking a modified command from the jq tutorial: curl 'https://api.github.com/repos/stedolan/jq/commits?per_page=5' \ | jq -r -c '.[] | {message: .commit.message, name: .commit.committer.name} ...