1.1.1 • Published 5 years ago

google-translate-cli v1.1.1

Weekly downloads
13
License
MIT
Repository
github
Last release
5 years ago

Google Translate via CLI

Translate texts using Google Translate from your terminal.

Installation

npm install -g google-translate-cli

Usage overview

  Usage: translate [options] <text ...>

  Options:

    -h, --help               output usage information
    -V, --version            output the version number
    -a, --auto               Auto-detect source language
    -d, --details            View details
    -l, --list               List all available languages
    -s, --source [language]  Source language [en]
    -t, --target [language]  Target language [es]

  Examples:

     $ translate 'I want to translate this text'
     $ translate -s es -t en 'Quiero traducir este texto'
     $ translate -s en -t es I want to translate this text
     $ translate -a 'Au revoir' -d
     $ pbpaste | translate # when text stored in Mac clipboard

Translations from English to Spanish by default.

Examples

Command examples

Default options

Default languages supported by using environment variables (thanks to @michaelsavich):

export JA_GTC_SOURCE='en' # your preferred source language code
export JA_GTC_TARGET='es' # your preferred target language code

If those environment variables are not set then translations from English to Spanish by default.

TODO

  • Add editable default options
  • Add tests
1.1.1

5 years ago

1.1.0

5 years ago

1.0.1

6 years ago

1.0.0

8 years ago

0.0.1

8 years ago