GgTranslator
Command Line Translator
Installation
$ gem install gg_translator
Usage
$ gg
> from en
> into de
> hello
[some output]
> world
[some output]
>+hello world
>-hello world
> exit
commands:
- from [en|ru|de|etc...] -- set source language
- into [en|ru|de|etc...] -- set destination language
- exp -- show usage context.
- exit
- + -- set phrase mode
- - -- set word mode
Contributing
https://github.com/kislak/gg_translator
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request