@axetroy/translate-cli

0.1.2 • Public • Published

translate-cli

A cli tool for translate text in terminal.

Use Baidu Translate API.

Installation

npm install @axetroy/translate-cli -g

Usage

$ translate -h

  Usage: translate [content] [options]

  Options:

    -h, --help         output usage information
    -V, --version      output the version number
    -f, --from <lang>  From Language, short locale name, like: en,zh,jp
    -t, --to <lang>    To Language, short locale name, like: en,zh,jp
$ translate
# translate REPL, will translate automatically, just need you type word then [Enter]

$ translate 你好世界
# output >>> Hello world

# or you can reverse it

$ translate Hello world
# output >>> 你好世界

# or you can use stream pipe

$ cat ./test
# output >>> Hello world
$ cat ./test | translate
# output >>> 你好世界

Contribute

$ git clone https://github.com/axetroy/translate-cli.git
$ cd ./translate-cli
$ yarn
$ ./bin/translate-cli hello world

You can flow Contribute Guide

License

The MIT License

Readme

Keywords

Package Sidebar

Install

npm i @axetroy/translate-cli

Weekly Downloads

1

Version

0.1.2

License

MIT

Last publish

Collaborators

  • axetroy