summaryrefslogtreecommitdiff
path: root/.zs/components/dl_buttons.jq
diff options
context:
space:
mode:
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")