about summary refs log tree commit diff stats
path: root/pkgs/by-name/de/description/description.sh
blob: ae9107b93db372eef22ec019825ee8e94d68b308 (plain) (blame)
1
2
3
4
5
6
7
8
#!/usr/bin/env dash

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

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

# vim: ft=sh