mirror of
https://github.com/wader/fq.git
synced 2024-12-04 20:02:16 +03:00
9 lines
181 B
Plaintext
9 lines
181 B
Plaintext
|
# note this is a "dynamic" include, output string will be used as source
|
||
|
|
||
|
[ _registry.formats[]
|
||
|
| select(.files)
|
||
|
| .files[]
|
||
|
| select(.name | endswith(".jq"))
|
||
|
| .data
|
||
|
] | join("\n")
|