https://github.com/airingursb/airing-translator
🍻 命令行翻译软件
https://github.com/airingursb/airing-translator
nodejs
Last synced: 5 months ago
JSON representation
🍻 命令行翻译软件
- Host: GitHub
- URL: https://github.com/airingursb/airing-translator
- Owner: airingursb
- License: mit
- Created: 2017-07-16T13:28:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:32:28.000Z (almost 2 years ago)
- Last Synced: 2025-04-23T21:48:25.567Z (6 months ago)
- Topics: nodejs
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 19
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Screenshot

## Installation
```
npm install airing-translator -g
```## Help
```
Usage: airing [options]🍻 欢迎使用 Airing 翻译小助手 🍻
Options:
-V, --version output the version number
-e, --en Add English word
-z, --zh Add Chinese word
-h, --help output usage information
```## Example
### en -> zh
```
airing -e apple
```Output:
```
=== 🍻 欢迎使用 Airing 翻译小助手 🍻 ===
apple 的翻译结果为:
苹果
=== 🍻 翻译成功 🍻 ===
```### zh -> en
```
airing -z 苹果
```Output:
```
=== 🍻 欢迎使用 Airing 翻译小助手 🍻 ===
苹果 的翻译结果为:
Apple
=== 🍻 翻译成功 🍻 ===
```