README.md (1214B)
1 # jdict 2 A command line lookup tool similar to the browser extension 3 [Yomichan][]. 4 5 ## Example Output 6 $ jdict 百戦錬磨 7 【三省堂 スーパー大辞林】 8 ひゃくせん-れんま [5] 【百戦練磨・百戦錬磨】 9 多くの戦いできたえられること。多くの経験を積んでいること。「―の勇士」 10 11 【大辞泉】 12 ひゃくせん‐れんま【百戦錬磨】 13 たびたびの戦いで鍛えられていること。また、経験が豊かで処理能力にすぐれていること。「―のつわもの」 14 15 【広辞苑】 16 ひゃくせん‐れんま【百戦錬磨】 17 かずかずの実戦や経験を積んできたえられていること。「―の強者つわもの」 18 ⇀ひゃく‐せん【百戦】 19 20 ## Installation 21 22 This tool reads dictionaries created by [yomichan-import][]. The 23 zip file created by `yomichan-import` needs to be extracted and 24 stored in the prefix specified in `config.h`. The folder name should 25 be also specified in `config.h`. 26 27 To build: 28 29 ./build.sh 30 31 To install: 32 33 cp ./jdict ~/bin/ 34 cp ./jdict.1 ~/.local/share/man/man1/ 35 36 [Yomichan]: https://github.com/FooSoft/yomichan 37 [yomichan-import]: https://github.com/FooSoft/yomichan-import/