Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rnpnr/jdict
command line tool for looking up terms in yomidict dictionaries
https://github.com/rnpnr/jdict
dictionaries dictionary japanese language yomichan
Last synced: 24 days ago
JSON representation
command line tool for looking up terms in yomidict dictionaries
- Host: GitHub
- URL: https://github.com/rnpnr/jdict
- Owner: rnpnr
- License: isc
- Created: 2022-06-19T05:32:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T00:06:49.000Z (5 months ago)
- Last Synced: 2024-05-28T09:36:41.317Z (5 months ago)
- Topics: dictionaries, dictionary, japanese, language, yomichan
- Language: C
- Homepage:
- Size: 110 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jdict
A command line lookup tool similar to the browser extension
[Yomichan][].## Example Output
$ jdict 百戦錬磨
【三省堂 スーパー大辞林】
ひゃくせん-れんま [5] 【百戦練磨・百戦錬磨】
多くの戦いできたえられること。多くの経験を積んでいること。「―の勇士」【大辞泉】
ひゃくせん‐れんま【百戦錬磨】
たびたびの戦いで鍛えられていること。また、経験が豊かで処理能力にすぐれていること。「―のつわもの」【広辞苑】
ひゃくせん‐れんま【百戦錬磨】
かずかずの実戦や経験を積んできたえられていること。「―の強者つわもの」
⇀ひゃく‐せん【百戦】## Installation
This tool reads dictionaries created by [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`.To build:
./build.sh
To install:
cp ./jdict ~/bin/
cp ./jdict.1 ~/.local/share/man/man1/[Yomichan]: https://github.com/FooSoft/yomichan
[yomichan-import]: https://github.com/FooSoft/yomichan-import/