Metadata-Version: 2.1
Name: yomitai
Version: 0.1
Summary: CLI Application for quick reference of Japanese-Yomikata
Home-page: https://github.com/noxowl/yomitai
Author: Suyeong RHIE
Author-email: me@euc-kr.net
License: MIT
Platform: UNKNOWN
Requires-Python: >=3.9
License-File: LICENSE

# yomitai
CLI Application for quick reference of Japanese-Yomikata.

## Usage
<pre>
<code>$ yomitai 劈く 
つんざく
</code></pre>

<pre>
<code>$ yomitai --kana 齟齬
ソゴ
$ yomitai --k 齟齬
ソゴ
</code></pre>

<pre>
<code>$ yomitai --romaji 炙りカルビ
aburi karubi
$ yomitai --r 炙りカルビ
aburi karubi
</code></pre>

## TODO
- [ ] add --detail flag using Apple Dictionary or Web Dictionary


