1.0.0 • Published 5 years ago

transkit v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

transkit

自用命令行翻译工具

Installation

npm i -g transkit

Usage

  Options:

    -V, --version  output the version number
    -z, --zh       to Chinese(中文)
    -e, --en       to English(英文)
    -j, --ja       to Japanese(日语)
    -k, --ko       to Korean(韩语)
    -f, --fr       to French(法语)
    -r, --ru       to Russian(俄语)
    -p, --pt       to Portuguese(葡萄牙语)
    -x, --es       to Spanish(西班牙语)
    -v, --vi       to Vietnamese(越南语)
    -h, --help     output usage information

无参(默认翻译为中文)

transkit <your word> 

有参

transkit <your word> -option

or 使用alias

alias <your shortcut>="transkit"
eg:alias ds="transkit"

配置好之后,执行source,之后的使用方式如下:

ds hello

Imgur 或是有小语种翻译需求的话,可以使用扩展功能:

//葡萄牙语
ds hello -p 

Imagur

//西班牙语
ds hello -x

Imagur

开发有感

😄😄😄

1.0.0

5 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago