about summary refs log tree commit diff stats
path: root/hm/soispha/pkgs/scripts/specific/ytcc/description
blob: 41a5962a816d70094efba3124a7cadc2209b8d30 (plain) (blame)
1
2
3
4
5
6
7
8
#!/usr/bin/env dash

# shellcheck source=/dev/null
SHELL_LIBRARY_VERSION="2.0.10" . %SHELL_LIBRARY_PATH

jq --raw-output '.description' "$XDG_RUNTIME_DIR/ytcc/running" | fmt -u -s | less

# vim: ft=sh