An open API service indexing awesome lists of open source software.

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

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 大小便。通じ。
「大小の―の不浄を出して」〈今昔・一・四〉
```