I\'m taking a modified command from the jq tutorial:
jq
curl \'https://api.github.com/repos/stedolan/jq/commits?per_page=5\' \\ | jq -r -c \'.[] | {mes
Just add the header text in an array in front of the values.
["Commit Message","Committer Name"], (.[].commit | [.message,.committer.name]) | @csv