File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- ## dict
1
+ ## fanyi
2
2
[ ![ PyPI] ( https://img.shields.io/pypi/status/Django.svg )] ( https://github.com/wufeifei/dict )
3
3
[ ![ Wercker] ( https://img.shields.io/wercker/ci/wercker/docs.svg )] ( https://github.com/wufeifei/dict )
4
4
[ ![ GitHub license] ( https://img.shields.io/github/license/mashape/apistatus.svg )] ( https://github.com/wufeifei/dict )
@@ -9,17 +9,17 @@ linux命令行下翻译工具
9
9
## Install
10
10
11
11
```
12
- wget https://raw.githubusercontent.com/wufeifei/dict /master/dict .py
13
- sudo mv ./dict .py /usr/local/bin/dict
14
- sudo chmod +x /usr/local/bin/dict
12
+ wget https://raw.githubusercontent.com/dantangfan/fanyi /master/fanyi .py
13
+ sudo mv ./fanyi .py /usr/local/bin/fanyi
14
+ sudo chmod +x /usr/local/bin/fanyi
15
15
```
16
16
17
17
## Usage
18
18
19
19
English To Chinese
20
20
21
21
```
22
- $ dict test
22
+ $ fanyi test
23
23
###################################
24
24
# test 测试 (U: tɛst E: test )
25
25
# n. 试验;检验
@@ -31,7 +31,7 @@ $ dict test
31
31
32
32
Chinese To English
33
33
```
34
- $ dict 测试
34
+ $ fanyi 测试
35
35
###################################
36
36
# 测试 test (Pinyin: cè shì )
37
37
# [试验] test
File renamed without changes.
You can’t perform that action at this time.
0 commit comments