Skip to content

Instantly share code, notes, and snippets.

@zuloo
Last active August 29, 2015 14:23
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 zuloo/b06244f45c2ae0f055a6 to your computer and use it in GitHub Desktop.
Save zuloo/b06244f45c2ae0f055a6 to your computer and use it in GitHub Desktop.
play Youtube audio with mpd [ use as external browser in w3m or links ]
# add a helpfull function to search youtube in w3m
tube (){ w3m "https://youtube.com/results?search_query=`echo $* | sed 's/[ ]/+/g'`" }
@zuloo
Copy link
Author

zuloo commented Jul 2, 2015

you will have to specify tubelink.sh as external browser in your w3m / links options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment