Trans
Command-line translator using Google Translate, Bing Translator, Yandex.Translate and other translation engines.
| All Engines |
|---|
| apertium |
| aspell |
| * auto |
| bing |
| hunspell |
| spell |
| yandex |
* - default
Install Translate-Shell (via git)
trans -V # check version
cd ~
git clone --depth 1 https://github.com/soimort/translate-shell # get only the last commit of the master branch
cd translate-shell/
ls -lsah
make
sudo make install
trans -V # check version
trans -b ru:en мама # translating example
rm -rf translate-shell/ # remove installer