An open API service indexing awesome lists of open source software.

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

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.


dokuha 読破 preview

## 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

```