termenu-2.1.0 has been yanked.
Termenu
fzf-like terminal ui api for rust
Demo

Install
Add this to your Cargo.toml:
[]
= "2.1.0"
Or with no-pipe feature, check Crate Features for more information.:
[]
= { = "2.1.0", = ["no-pipe"], = false }
To install the binary, run:
# default
# with no-pipe feature
Examples
check examples folder
# basic example
# complex example
Use as a library
Crate Features
- no-pipe
This crate depends on
crossterm, by default I enableduse-dev-ttyfeature oncrosstermto support pipe input.
If you don't need to use pipe input, or this feature causes some problems, you can disable it.
In that way,termenuwill only depend oncrosstermwithout any features.
NOTE
- Currently, termenu does not support window resizing.