Terminal translate tool for mac,linux and windows
# translate single word
trs hello
# translate statement
trs 'hello world'
You can build self or use executable file directly in bin/ dir
# For mac
./build.sh darwin
# For linux
./build.sh linux
# For windows
./build.sh windows