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.
- Host: GitHub
- URL: https://github.com/rinx/grooveshark.vim
- Owner: rinx
- Created: 2015-03-18T08:06:52.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-29T13:17:45.000Z (about 11 years ago)
- Last Synced: 2025-03-14T16:47:53.697Z (about 1 year ago)
- Language: VimL
- Homepage:
- Size: 162 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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