Skip to content

Instantly share code, notes, and snippets.

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 johnlindquist/bb46302a07d6c5f7a42e7e68e8971549 to your computer and use it in GitHub Desktop.
Save johnlindquist/bb46302a07d6c5f7a42e7e68e8971549 to your computer and use it in GitHub Desktop.
chromeURL(){
echo $(osascript -e 'tell application "Google Chrome" to return URL of active tab of front window')
}
sample(){
cd ~/Music/Samples
youtube-dl --extract-audio --no-playlist --audio-format mp3 \
$(chromeURL)
open .
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment