Build Status Go Report Card codecov Contributions Welcome
Console Application for translate words. Support english and russian languages.
$ go get github.com/proshik/gotrew $ cd $GOPATH/src/github.com/proshik/gotrew $ go install
$ gotrew --help$ gotrew NAME: gotrew - Application for translate words. Support english and russian languages. USAGE: gotrew [global options] command [command options] [arguments...] VERSION: 0.1.5 COMMANDS: translate, t translate words mode provider, p show and select provider for translate help, h Shows a list of commands or help for one command GLOBAL OPTIONS: --help, -h show help --version, -v print the version
Command for work with available providers translated.
$ gotrew.exe provider NAME: gotrew provider - show and select provider for translate USAGE: gotrew provider command [command options] [arguments...] COMMANDS: list list available providers select select a provider config set config for providers OPTIONS: --help, -h show help
Need select one provider from list, and configure him. (Now support only Yandex Dictionary API and chosen by default)
$ gotrew provider listYou may print follow command for help
$ gotrew provider config -h NAME: gotrew.exe provider config - set config for providers USAGE: gotrew.exe provider config [command options] [arguments...] OPTIONS: --token value, -t value provider dictionary token
Specifies token for access to external service of translating.
Example configure follow next
$ gotrew provider config yandex --token=<yandex_dictionary_token>- tests;
- translate not only words, but and texts;
- integration with few other translate providers.
Welcome!