File: smufl2sym-cmd-debug.jq

package info (click to toggle)
musescore3 3.2.3%2Bdfsg2-16
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 214,188 kB
  • sloc: cpp: 291,198; xml: 200,238; sh: 3,779; ansic: 1,447; python: 393; makefile: 244; perl: 82; pascal: 79
file content (2 lines) | stat: -rw-r--r-- 157 bytes parent folder | download | duplicates (7)
1
2
def pad(s; len): s | until(length >= len; . + " ");
to_entries | (map(.key | length) | max + 2) as $maxlen | .[] | (pad(.key; $maxlen) + .value.description)