summaryrefslogtreecommitdiff
path: root/.zs/components/dl_buttons.jq
diff options
context:
space:
mode:
authordelta <darkussdelta@gmail.com>2026-01-27 04:18:15 +0100
committerdelta <darkussdelta@gmail.com>2026-01-27 04:18:15 +0100
commit3026a05a2a2be91aa160de230a838acd5c2b3536 (patch)
tree141ea424f7c4149c27e6749a73fec7dd4fd354ab /.zs/components/dl_buttons.jq
parentce0a6c0388b4684d8f15a7ff1049e42e2d8cc63c (diff)
woohoo no more bash componentsHEADmaster
Diffstat (limited to '.zs/components/dl_buttons.jq')
-rw-r--r--.zs/components/dl_buttons.jq3
1 files changed, 3 insertions, 0 deletions
diff --git a/.zs/components/dl_buttons.jq b/.zs/components/dl_buttons.jq
new file mode 100644
index 0000000..0aeeca3
--- /dev/null
+++ b/.zs/components/dl_buttons.jq
@@ -0,0 +1,3 @@
+include ".zs/components/get_filename";
+
+map("\(.image) \(. | filename)") | join("\n")