MoinMoin Logo
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Navigation

  • Start
  • Sitemap

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

Revision 7 as of 2025-01-17 12:02:21
  • TranslateShell

Contents

  1. TranslateShell
    1. Usage
    2. Direct download

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

   1 ./trans -list-engines
   2   aspell
   3 * google
   4   bing
   5   spell
   6   hunspell
   7   apertium
   8   yandex

Direct download

   1 wget git.io/trans
   2 chmod +x ./trans
  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01