= TranslateShell =
 * https://github.com/soimort/translate-shell
 * From German to Enhglish
  * ./trans -b :en "Hallo"
 * Use Bing instead of google
  * ./trans -e bing -b :en "Hallo"

{{{#!highlight bash
/trans -list-engines
  aspell
* google
  bing
  spell
  hunspell
  apertium
  yandex
}}}