|
Size: 466
Comment:
|
Size: 592
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 1: | Line 1: |
| <<TableOfContents(2)>> | |
| Line 3: | Line 4: |
== Usage == |
|
| Line 12: | Line 15: |
| /trans -list-engines | ./trans -list-engines |
| Line 21: | Line 24: |
== Direct download == {{{#!highlight sh wget git.io/trans chmod +x ./trans }}} |
Contents
TranslateShell
Usage
- From German to English
- ./trans -b :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
