Appearance
dnf install jq
curl 'https://api.github.com/repos/jqlang/jq/commits?per_page=5' | jq '.'
jq '.[0]'
jq '.[].name'