Google translate through command line

Install gawk and wget if needed

sudo apt-get install gawk wget -y

Install translate cli

wget https://github.com/soimort/google-translate-cli/archive/master.tar.gz
tar -xvf master.tar.gz
cd google-translate-cli-master/
sudo make install
Usage

trs {en=ru+es} "Some text here"

Часть текста здесь
Parte del texto aquí

Google translater 🙂

Enjoy!

Similar Posts:

    None Found

Leave a Reply

Your email address will not be published. Required fields are marked *