<> = TranslateShell = * https://github.com/soimort/translate-shell == Usage == * From German to English * ./trans -b :en "Hallo" * ./trans -b de:en "Hallo" * Use Bing instead of google * ./trans -e bing -b :en "Hallo" * Listen to the translation * ./trans -e bing -b :en "Hallo" -p * Listen translation in espeak * echo "Hallo, ich bin Vitor " | espeak -v de -s 120 * echo "Hallo, ich bin Vitor " | ./trans -b de:en | espeak -v en -s 120 * echo "Eine bierre bitte " | ./trans -b de:en | espeak -v en -s 120 {{{#!highlight bash ./trans -list-engines aspell * google bing spell hunspell apertium yandex }}} == Direct download == {{{#!highlight sh wget git.io/trans chmod +x ./trans }}}