mirror of
https://github.com/wader/fq.git
synced 2024-11-29 23:27:12 +03:00
17 lines
430 B
Plaintext
17 lines
430 B
Plaintext
# note this is a "dynamic" include, outputted string will be used as source
|
|
|
|
( [ ( _registry.groups
|
|
| to_entries[]
|
|
# TODO: nicer way to skip "all" which also would override builtin all/*
|
|
| select(.key != "all")
|
|
| "def \(.key)($opts): decode(\(.key | tojson); $opts);"
|
|
, "def \(.key): decode(\(.key | tojson); {});"
|
|
)
|
|
, ( _registry.formats[]
|
|
| select(.files)
|
|
| .files[]
|
|
)
|
|
]
|
|
| join("\n")
|
|
)
|