Skip to content

Instantly share code, notes, and snippets.

@earthmeLon
Created April 16, 2021 17:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save earthmeLon/e6368e5d602f8c8cfb6cbe36d56723de to your computer and use it in GitHub Desktop.
Save earthmeLon/e6368e5d602f8c8cfb6cbe36d56723de to your computer and use it in GitHub Desktop.
Deadbeef - Search Yoube
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