Skip to content

Instantly share code, notes, and snippets.

@dunguyenn
Forked from ddneat/brew-gshuf
Created October 9, 2020 09:01
Show Gist options
  • Save dunguyenn/d3946857648704790a8e6b0a5a0ad629 to your computer and use it in GitHub Desktop.
Save dunguyenn/d3946857648704790a8e6b0a5a0ad629 to your computer and use it in GitHub Desktop.
listen to random music with afplay
brew install gshuf
find *.mp3 | gshuf -n 1 | tr '\0\n' '\n\0' | xargs -0 afplay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment