eagleflo / jisho

Jisho is a CLI tool & Rust library that provides a Japanese-English dictionary.
GNU General Public License v3.0
13 stars 1 forks source link

Add readline-like features for REPL-mode #19

Closed eagleflo closed 1 year ago

eagleflo commented 1 year ago

It's often helpful to refine searches over multiple queries. Adding basic readline-like support into jisho would make tons of sense.

It looks like Rust has a mature library called rustyline providing something like that.