Created
April 16, 2021 17:52
-
-
Save earthmeLon/e6368e5d602f8c8cfb6cbe36d56723de to your computer and use it in GitHub Desktop.
Deadbeef - Search Yoube
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo %artist% - %title% | perl -MURI::Escape -ne 'chomp;print uri_escape($_),"\n"' | \ | |
xargs -0 -I {} -i bash -c "xdg-open https://youtube.com/results?search_query={}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment