0.1.2 • Published 7 years ago
qq-fanyi-cli v0.1.2
qq-fanyi-cli
Tencent translator (QQ Fanyi) in command line
The translation data is fetched from fanyi.qq.com (腾讯翻译君).
Installation
npm i -g qq-fanyi-cliUsage
Basic
fy 腾讯翻译君
# Tencent Mr. TranslatorPiping
echo "命令行" | fy -t jp
# コマンドライン
curl -s https://pastebin.com/raw/dGS2Nyw7 | fy
# 在地铁车站。
#
# 人群中这些面孔的幻影;
# 潮湿的黑树枝上的花瓣。
#
# -埃兹拉·庞德Advance
fy 和剪贴板搭配使用 | pbcopy
# With the clipboardOptions
target
Example:
# translate into Japanese
fy --target jp
# is also equivalent to
fy -t jphelp
Example:
fy --help
# is also equivalent to
fy -hRun fy --help for more information.
License
MIT @ yelo