Fetches a result from a given Spotify track, on YouTube and copies it to the OSX clipboard.
Install gem:
gem install spotube
The application works with both Spotify URIs...
spotube spotify:track:31mVuR0oYHVPzZwCbTYMmu
As well as HTTP links
spotube http://open.spotify.com/track/31mVuR0oYHVPzZwCbTYMmu
- Fork it ( https://github.com/bipshark/spotube/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request