Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/supermomonga/shaberu.vim
めっちゃしゃべる
https://github.com/supermomonga/shaberu.vim
Last synced: 4 days ago
JSON representation
めっちゃしゃべる
- Host: GitHub
- URL: https://github.com/supermomonga/shaberu.vim
- Owner: supermomonga
- Created: 2013-02-04T16:01:55.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-31T02:19:27.000Z (over 10 years ago)
- Last Synced: 2025-01-11T06:49:08.430Z (4 days ago)
- Language: VimL
- Size: 190 KB
- Stars: 15
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkd
Awesome Lists containing this project
README
# Shaberu.vim
Shaberu.vim is the wrapper of speech synethis.
You can make your vim speak easily with Shaberu.vim.# Install
Put following lines into your .vimrc.
NeoBundle 'Shougo/unite.vim'
NeoBundle 'Shougo/vimproc'
NeoBundle 'supermomonga/shaberu.vim'Then, execute _:Unite neobundle/update_
# Configuration
If you use Mac OS X or Windows, you don't need to do anything.
If you use other OS like Linux, you need to set _g:shaberu_user_define_say_command_.let g:shaberu_user_define_say_command = 'saycommand "%%TEXT%%"'
Shaberu convert _%%TEXT%%_ to the text to speak.
## Example
" Speak Japanese voice on OS X
let g:shaberu_user_define_say_command = 'say -v Kyoko "%%TEXT%%"'# Usage
Simplly, execute _:ShaberuSay_ command to speak text.
:ShaberuSay Hi! I'm vim!
## More futures
Shaberu.vim has more futures, like Mute toggle, outputter for QuickRun.vim , and others.
See _:h shaberu_.