https://github.com/toasterbirb/goo-cli
[MIRROR] CLI interface for the goo.ne.jp online dictionary
https://github.com/toasterbirb/goo-cli
cli dictionary japanese-language
Last synced: 12 months ago
JSON representation
[MIRROR] CLI interface for the goo.ne.jp online dictionary
- Host: GitHub
- URL: https://github.com/toasterbirb/goo-cli
- Owner: Toasterbirb
- License: gpl-3.0
- Created: 2022-06-22T00:46:59.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T01:31:05.000Z (about 4 years ago)
- Last Synced: 2025-03-03T04:30:03.779Z (over 1 year ago)
- Topics: cli, dictionary, japanese-language
- Language: Shell
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# goo-cli
CLI interface for the [goo.ne.jp](https://dictionary.goo.ne.jp/) online dictionary
If any html tags show up in the output, just let me know and I'll look into it
## Dependencies
- curl
- grep
- sed
- awk
- coreutils
## Usage:
```sh
./goo [word]
```
Example:
```sh
~/git/goo-cli $ ./goo 便利
べん‐り【便利】
[名・形動]
1 目的を果たすのに都合のよいこと。あることをするのに重宝で、役に立つこと。また、そのさま。「生活するのに―な所」「―な調理器具」「地下鉄ができて―になった」
2 あることをする都合やぐあい。「買い物の―が悪い」
3 大小便。通じ。
「大小の―の不浄を出して」〈今昔・一・四〉
```