A CLI translator based on the API from public areas and Node.js.
- Interactive mode, auto language detection
- Simple spelling correction
- Based on the API from Baidu Translate (currently)
- Only support English and Chinese (currently)
npm install -g translator-me
There are two modes while using this translator.
-
CLI
Usage: translator-me [options] Options: -v, --version output the version number -i, --interactive interactive mode -f, --from [value] from language (default: "en") -t, --to [value] to language (default: "zh") -q, --query <value> query text -h, --help display help for command
-
Interactive
Interactive mode supports setting different destination language, and the source language is been automatically detected.
set en
, means the destination language is Englishset zh
, means the destination language is Chineseset auto
, means that if the source language is English, the destination language will be Chinese, and vice versa.q
, means quit.
- https://www.ruanyifeng.com/blog/2015/05/command-line-with-node.html
- https://blog.csdn.net/guang_s/article/details/90380581
- https://zhuanlan.zhihu.com/p/37316872
- https://juejin.im/post/6844903709101522951
MIT @plantree