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

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

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

# vim: ft=sh