(not set) | |
Blog | (not set) |
Website | (not set) |
0
score
|
Listen to a song from youtube$ listen-to-yt() { if [[ -z "$1" ]]; then echo "Enter a search string!"; else mpv "$(youtube-dl --default-search 'ytsearch1:' \"$1\" --get-url | tail -1)"; fi } |