https://github.com/ejunjsh/qw
a query word command by golang
https://github.com/ejunjsh/qw
Last synced: 7 months ago
JSON representation
a query word command by golang
- Host: GitHub
- URL: https://github.com/ejunjsh/qw
- Owner: ejunjsh
- Created: 2017-09-29T15:31:08.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-01T13:53:46.000Z (almost 9 years ago)
- Last Synced: 2024-12-29T08:41:51.692Z (over 1 year ago)
- Language: Go
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# qw
a query word command by golang
## install
````shell
go install
````
## example
````shell
qw apple
英 ['æp(ə)l] 美 ['æpl]
n. 苹果,苹果树,苹果似的东西;[美俚]炸弹,手榴弹,(棒球的)球;[美俚]人,家伙。
1. I twisted an apple off the tree.
我从树上摘下来一个苹果。
2. He hemisected an apple and gave it to me.
他把一个苹果切成了两半,把一半给了我。
3. He nibbled away the apple peel, then ate the flesh.
他先慢慢地咬去苹果皮,然后再吃果肉。
````