http://jentyxddh2rf47gd3e43kuebyn2xsv6h72gzh46oe4rxyovvm7xe5ead.onion/src/dotfiles/commit/f6d7d0ae77c51e4712105708d676c541e25bc7b4.html
-randpics() { +# with rffd, open up random videos with mpv(1). +randlisten_vids() { case "$1" in
'' | '-h') - echo 'with rffd, open up random pics with sxiv(1). -randpics [directory with pics]' >&2 + echo 'with rffd, listen to random videos with mpv(1). + +randvids [directory with videos]' >&2 return
;;
esac - rffd image "$1" | tr '\n' '\0' | xargs -0 -- sxiv -- + rffd video "$1" | tr '\n' '\0' | xargs -0 -- mpv \ + --no-resume-playback...