jdict

command line tool for looking up terms in yomidict dictionaries
git clone anongit@rnpnr.xyz:jdict.git
Log | Files | Refs | Feed | README | LICENSE

Commit: a7699b943525b3c9784765faeb9bb636896b571c
Parent: 5d849da7f9bdad12397c4c05b20e8076d05821cc
Author: Randy Palamar
Date:   Sun, 19 Jun 2022 13:52:32 -0600

add README

Diffstat:
AREADME.md | 34++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,34 @@ +# jdict +A command line lookup tool similar to the browser extension +[Yomichan](https://github.com/FooSoft/yomichan). + +## Example Output + $ jdict 百戦錬磨 + 【三省堂 スーパー大辞林】 + ひゃくせん-れんま [5] 【百戦練磨・百戦錬磨】 + 多くの戦いできたえられること。多くの経験を積んでいること。「―の勇士」 + + 【大辞泉】 + ひゃくせん‐れんま【百戦錬磨】 + たびたびの戦いで鍛えられていること。また、経験が豊かで処理能力にすぐれていること。「―のつわもの」 + + 【広辞苑】 + ひゃくせん‐れんま【百戦錬磨】 + かずかずの実戦や経験を積んできたえられていること。「―の強者つわもの」 + ⇀ひゃく‐せん【百戦】 + +## Installation + +This tool reads dictionaries created by +[yomichan-import](https://github.com/FooSoft/yomichan-import/). The +zip file created by `yomichan-import` needs to be extracted and stored +in the prefix specified in `config.h`. The folder name should be also +specified in `config.h` in addition to the stride parameter used to +generate the dictionary. + +After modifying `config.h`, `config.mk` can also be modified to suit +your system and then the following can be used to install (using root +as needed): + + make clean install +