about summary refs log tree commit diff stats
path: root/hm/soispha/pkgs/scripts/specific/ytcc
diff options
context:
space:
mode:
Diffstat (limited to 'hm/soispha/pkgs/scripts/specific/ytcc')
-rwxr-xr-xhm/soispha/pkgs/scripts/specific/ytcc/description8
1 files changed, 8 insertions, 0 deletions
diff --git a/hm/soispha/pkgs/scripts/specific/ytcc/description b/hm/soispha/pkgs/scripts/specific/ytcc/description
new file mode 100755
index 00000000..53da6129
--- /dev/null
+++ b/hm/soispha/pkgs/scripts/specific/ytcc/description
@@ -0,0 +1,8 @@
+#!/usr/bin/env dash
+
+# shellcheck source=/dev/null
+SHELL_LIBRARY_VERSION="1.10.2" . %SHELL_LIBRARY_PATH
+
+jq --raw-output '.description' "$XDG_RUNTIME_DIR/ytcc/running" | fmt -u -s | less
+
+# vim: ft=sh