Translate - Google Translate CLI - Linux CLI

preview_player
Показать описание

language code

google-translate-cli is a 100-line AWK program to let you use Google Translate without a web browser, i.e., from the terminal.
All you need is GNU awk (3.1+) to run this program. No Google API Key is required.
Рекомендации по теме
Комментарии
Автор

I been searching for something like this for decades, thank you.

bichitomax
Автор

u can do google tts also just not with this app; guess ill talk about it next time =D

gotbletu
Автор

not sure all it needs is gnu awk (gawk) v3.1+

gotbletu
Автор

Cool. What of audio output? Google TTS?

pleabargain
Автор

are you able to pipe commands to it? so for example, could you do:
cat poem.txt | trs
because that's where I see this being exceptionally useful. I suppose if that didn't work, you could also do:
trs $(cat poem.txt)

Toastmaster_
Автор

The install won't "make" after git cloning even with satisfying the dependency.

skypup
Автор

Sorry. Couldn't get it to work.

skypup
Автор

needs a dash a the end for it to work with this app $ cat poem.txt | trs -

gotbletu
Автор

this one gets a BIG "LIKE" :-)

LudoBeckers