GitXplorerGitXplorer
s

shaberu.vim

public
15 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
893328c7ac3dca7c0b69731aa37f677c36b4fefe

VoiceText support

ssupermomonga committed 10 years ago
Unverified
929d04e5e19f0d9f9363eafda419c307da7bee41

filter feature

ssupermomonga committed 10 years ago
Unverified
27bdc7b223f0719861e06a772db775a230bd2d05

Implement interactive speech command

ssupermomonga committed 11 years ago
Unverified
e24c0143336beae3c52c050c86c7a4f2d29fb0fb

Implement recursive command call

ssupermomonga committed 11 years ago
Unverified
bb927b8e37f3be58c82f5e25f72c0d10c15595bb

fix SAPI path in Windows

committed 12 years ago
Unverified
e9f1a33f32baedfbc20ec4da21d4155fd7711a55

remove DS_Store

committed 12 years ago

README

The README file for this repository.

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.