https://github.com/yuanji-dev/dokuha
A TUI application to inspect Japanese text
https://github.com/yuanji-dev/dokuha
go kagome termui
Last synced: 3 days ago
JSON representation
A TUI application to inspect Japanese text
- Host: GitHub
- URL: https://github.com/yuanji-dev/dokuha
- Owner: yuanji-dev
- License: mit
- Created: 2019-07-23T12:10:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-01T10:10:14.000Z (almost 7 years ago)
- Last Synced: 2024-11-12T00:05:06.233Z (over 1 year ago)
- Topics: go, kagome, termui
- Language: Go
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dokuha(読破)
dokuha(読破) is a TUI application to inspect Japanese text and export unknown vocabularies for language learner.
It is powered by [kagome](https://github.com/ikawaha/kagome), a self-contained japanese morphological analyzer written in pure Go, and uses [termui](https://github.com/gizak/termui) to implement user interface.
## Install
```shell
go get github.com/masakichi/dokuha
```
## Usage
`dokuha filename.txt`
## Configuration
TBD
## Keymap
```
- q or : quit
- 1, 2, 3, 4, 5: switch to different widget
- k or : up
- j or : down
- : half page up
- : half page down
- : page down
- : page up
- T: toggle display all words or unknown words only
- gg: jump to top
- G: jump to bottom
- : select or deselect a word
```