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