cerebro-translate
v1.3.0
Published
Cerebro plugin for translate using Google Translate API
Downloads
35
Maintainers
Readme
cerebro-translate
Cerebro plugin for translate using Google Translate API.
Usage
In Cerebro, type translate en pt phrase
or t en pt phrase
and the translation will be shown in the result below. You can specify a source and target language respectively. If you pass only the target, the source will be set to auto, if you don't specify any language, the source will be set to auto, and target to en.
To see available languages type translate l
or translate languages
.
Features
- Translate using any language passing as an argument.
- See all availaible languages.
To Do
- Add the ability to set default source and target languages.
- Add
translate help
to show usage help. - Add debounce when typing.
- Save history of results to show when type just
translate
.
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
License
MIT License © Iago Dahlem