gtrans 0.1.1

Google translation CLI tool written in Rust
gtrans-0.1.1 is not a library.

gtrans

Google translation CLI tool written in Rust

install

$ cargo install gtrans

In macOS you can install it with Homebrew

$ brew tap ksk001100/homebrew-gtrans
$ brew install gtrans

usage

Default translation source is ja and target is en.

The source and target can be changed by setting the environment variables GTRANS_SOURCE and GTRANS_TARGET.

$ gtrans こんにちは世界
$ export GTRANS_SOURCE=en
$ export GTRANS_TARGET=ja
$ gtrans Hello world
$ GTRANS_SOURCE=en GTRANS_TARGET=ja gtrans Hello world