#dictionary #kanji #japanese

bin+lib jisho

Jisho is a CLI tool & Rust library that provides a Japanese-English dictionary

20 releases

Uses new Rust 2024

0.2.11 Apr 2, 2026
0.2.10 Feb 20, 2026
0.2.9 Jan 26, 2026
0.2.8 Oct 7, 2025
0.1.2 Nov 25, 2020

#4 in #kanji


Used in jmdict-fast

GPL-3.0+

10MB
468 lines

Jisho (辞書)

crates.io dependency status

Jisho is a CLI tool & Rust library that provides offline access to JMdict, the excellent machine-readable Japanese-English dictionary project originally started by Jim Breen.

Use

Interactively:

$ jisho
> 積ん読
積ん読【つんどく】- buying books and not reading them, stockpiling books, tsundoku; books bought but not read
> International Space Station
国際宇宙ステーション【こくさいうちゅうステーション】- International Space Station

Looking up individual entries:

$ jisho 辞書
辞書【じしょ】- dictionary

$ jisho "quantum mechanics"
量子力学【りょうしりきがく】- quantum mechanics

Prefix and postfix matches:

> *飛行機
飛行機【ひこうき】- airplane, aeroplane, plane, aircraft
模型飛行機【もけいひこうき】- model plane
成層圏飛行機【せいそうけんひこうき】- stratoplane (hypothetical type of airplane)
無人飛行機【むじんひこうき】- unmanned aircraft, pilotless plane, robot plane, drone
全翼飛行機【ぜんよくひこうき】- flying wing
単葉飛行機【たんようひこうき】- monoplane
ラジコン飛行機【ラジコンひこうき】- radio-controlled aircraft, RC airplane
紙飛行機【かみひこうき】- paper plane, paper airplane, paper aeroplane
無尾翼飛行機【むびよくひこうき】- tailless airplane, tail-less airplane
軽飛行機【けいひこうき】- light aircraft
水上飛行機【すいじょうひこうき】- hydroplane, seaplane

> 飛行機*
飛行機【ひこうき】- airplane, aeroplane, plane, aircraft
飛行機雲【ひこうきぐも】- contrail, vapor trail, vapour trail
飛行機恐怖症【ひこうききょうふしょう】- fear of flying, aviophobia, aerophobia
飛行機酔い【ひこうきよい】- airsickness

Wildcard matches:

> 飛?機
飛行機【ひこうき】- airplane, aeroplane, plane, aircraft

Dependencies

~5–8MB
~156K SLoC