about summary refs log tree commit diff stats
path: root/hm/soispha/pkgs/scripts/specific/ytcc/description
blob: 53da61294cfbd4beab739d76e6731bf45fe99fdd (plain) (blame)
1
2
3
4
5
6
7
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