Browse Source

[zshrc] Add youtube audio search from clipboard

merge-requests/1/merge
lhark 8 years ago
parent
commit
7f2abdcdad
  1. 2
      functions

2
functions

@ -86,7 +86,7 @@ man() {
# Youtube audio search
ymsearch() {
mpv --ytdl-format=bestaudio ytdl://ytsearch:"$@"
mpv --ytdl-format=bestaudio ytdl://ytsearch:"$(xsel -ob)"
}
# vim: ft=zsh

Loading…
Cancel
Save