Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 329 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 329 Bytes

Terminal translate tool for mac,linux and windows

Use

# translate single word
trs hello

# translate statement
trs 'hello world'

Build

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