1 2 3 4 5 6 7 8
function yt() { if [ $# == 0 ]; then echo usage: yt \[SEARCH TERM\] else mpv ytdl://ytsearch:"$*" fi }