Skip to content

Instantly share code, notes, and snippets.

@razzius
Last active July 29, 2019 09:35
Show Gist options
  • Save razzius/cb2988536cfe0db472e8915d67f1a2d4 to your computer and use it in GitHub Desktop.
Save razzius/cb2988536cfe0db472e8915d67f1a2d4 to your computer and use it in GitHub Desktop.
# Defined in /var/folders/7v/b0z6dsqj1fx8k5rf8x121l580000gn/T//fish.n55H23/music.fish @ line 2
function music
cd ~/Music/iTunes/iTunes\ Media/Music/
set song (fzf -1 -q "$argv")
afplay $song
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment