How to : Google translate from terminal

Google Translate

Google translate is most popular site for translate to any lenguage. So here i just simple tutorial to translate a some word from google translate use a terminal use "google-translate-cli".

Step 1 - Install wget and gawk
sudo apt-get install wget gawk
Step 2 - Download and install google-translate-cli
cd ~
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
and you get a succesfully result installation.

So this is a "How use google-translate-cli" from terminal :
trs {id=en} "word bla bla bla"
this is my example :
How to : Google translate from terminal

TIPS : 
"If you do not want to bother to write long command, then use the alias". See next tutorial about alias
Title : How to : Google translate from terminal
Description : Google Translate Google translate is most popular site for translate to any lenguage. So here i just simple tutorial to translate a som...

0 Response to "How to : Google translate from terminal"

Post a Comment