added yt-listen for using mpv to listen to yt videos audio only (podcast style?)

This commit is contained in:
tomit4 2022-06-09 15:38:48 -07:00
parent e54c1269ac
commit dae6f94cd5

View file

@ -160,6 +160,7 @@ alias {yti,ytinfo}="ytfzf -I L"
alias {ytd,ytdownload}="ytfzf -d"
alias {odysee,lbry}="ytfzf -c O --features=subtitles"
alias {ptube,peertube}="ytfzf -c P --features=subtitles"
alias yt-listen='mpv "${1}" --no-video'
alias ytdl="yt-dlp -f mp4"
alias ytdl-a="yt-dlp -x --audio-format mp3"
alias thinkorswim="cd /home/brian/thinkorswim && java -jar launcher.jar && cd"