parse.sh (121B)
1 jq --raw-output '.[] | (.description + "," + .emoji)'|grep -v ',$'|awk 'gsub(",", sprintf("%*s", 50 - length($0), ""))'
birdwmbirdwm - mrgrouse's daily driver fork of suckless' dwm. Contains many patches and is currently loosely maintained. | |
| Log | Files | Refs | README | LICENSE |
parse.sh (121B)
1 jq --raw-output '.[] | (.description + "," + .emoji)'|grep -v ',$'|awk 'gsub(",", sprintf("%*s", 50 - length($0), ""))'