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

https://github.com/cralfa/dict

English-Japanese dictionary for Bash
https://github.com/cralfa/dict

bash

Last synced: over 1 year ago
JSON representation

English-Japanese dictionary for Bash

Awesome Lists containing this project

README

          

# dict

English-Japanese dictionary for Bash

### Installation

```
$ git clone https://github.com/CRaLFa/dict.git
$ cd dict
$ make
$ sudo make install
```

### Usage

```
$ dict -h
Usage: dict [OPTION]... SEARCH_WORD

English-Japanese dictionary for Bash

Options:
-h, --help display this help and exit
-w, --whole match only whole SEARCH_WORD
```

```
$ dict distinct
acquire an air of distinction
貫禄がつく
--
distinct
明確な,別個の,はっきりした,はっきりと識別する,それと分からせる,明瞭な
distinction
卓越,区別,差別,特徴,優遇,名声,識別,対比,鮮明度,違い,著名,栄誉
distinctive
特徴を示す,独特の
distinctive feature
【文法】弁別素性
distinctive femininity
女性特有の特徴,女らしさ
distinctly
きっぱり,はっきりと,ありありと
--
enunciate one's words distinctly
はっきり言う
--
in distinctive ways
千差万別
--
indistinct
はっきりしない
--
without distinction of age or sex
老若男女を問わず
```

```
$ dict -w distinct
distinct
明確な,別個の,はっきりした,はっきりと識別する,それと分からせる,明瞭な
```

```
$ dict 別個
discrete
個々の,分離した,別々の,別個の,不連続の
--
distinct
明確な,別個の,はっきりした,はっきりと識別する,それと分からせる,明瞭な
--
drawing room
応接室,製図室,《米》列車の2,3人用の特別個室
--
separate
1.切り離す,引き離す,区分する,分かれる/分ける,2.別個の,個々の,孤立した
```