An open API service indexing awesome lists of open source software.

https://github.com/rinx/grooveshark.vim

You can enjoy grooveshark music with Vim.
https://github.com/rinx/grooveshark.vim

Last synced: 5 months ago
JSON representation

You can enjoy grooveshark music with Vim.

Awesome Lists containing this project

README

          

grooveshark.vim
===
You can enjoy grooveshark music with Vim.

Dependencies
---

* Vim
* Ruby
* grooveshark gem (https://github.com/sosedoff/grooveshark)
* Unite.vim (https://github.com/Shougo/unite.vim)
* mplayer

`$GEM_HOME` should be set correct path.

Usage
---

* `:GroovesharkPlay ` : Play the song.
* `:GroovesharkPause` : Pause and resume the song.
* `:GroovesharkMute` : Toggle mute.
* `:GroovesharkStop` : Stop the song.
* `:Unite grooveshark` : Search songs with Unite interface.

Configuration
---

You can choose which `ruby` command will be used in this plugin by adding like below in `~/.vimrc`.

let g:grooveshark#ruby_cmd_path = expand('$HOME/.rbenv/shims/ruby')

License
---
MIT License

References
---

* https://github.com/supermomonga/jazzradio.vim
* https://github.com/vim-jp/vital.vim
* https://github.com/sosedoff/grooveshark