From e8597d937ca63d4b9c969842113b47647d4afc4e Mon Sep 17 00:00:00 2001 From: lhark Date: Thu, 17 May 2018 09:35:59 -0400 Subject: [PATCH] Add youtube music search --- functions | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/functions b/functions index 8d35ce7..cef485e 100755 --- a/functions +++ b/functions @@ -84,4 +84,9 @@ man() { man "$@" } +# Youtube audio search +ymsearch() { + mpv --ytdl-format=bestaudio ytdl://ytsearch:"$@" +} + # vim: ft=zsh