http://jentyxddh2rf47gd3e43kuebyn2xsv6h72gzh46oe4rxyovvm7xe5ead.onion/src/dotfiles/commit/2a8523390484b1eadbd282543c3aa5267d3a36ab.html
in
'copy duration') @@ -89,12 +89,9 @@ linkhandler() { if [ -n "${DURATION}" ]; then
printf '%s' "${DURATION}" | xclip -selection clipboard
notify-send -- "Copied video duration (${DURATION})." - else
err 'Empty input, so no duration was yanked.' - fi - ;;
'copy title') @@ -104,32 +101,28 @@ linkhandler() { if [ -n "${TITLE}" ]; then
printf '%s' "${TITLE}" | xclip -selection clipboard
notify-send -- "${TITLE} yanked." - else
err 'Empty input, so no title yanked.' -...