promkit icon indicating copy to clipboard operation
promkit copied to clipboard

A toolkit for building interactive prompt in Rust

Results 16 promkit issues
Sort by recently updated
recently updated
newest added

I have the following stty config: ``` speed 38400 baud; line = 0; intr = ^Q; susp = ^W; -brkint -imaxbel ``` The key issue here is that interrupt is...

## promkit-widgets - [x] #58 ## Rendering - [x] #64 ## Animation for spinner - [x] #68 ## Flow control for crossterm Events - [ ] Need flow-control for handling...

Looks like this exists only `readline` and could gated by that feature or could be a `suggest` feature with `readline` activating it.

Basically combining the filter behavior of `QuerySelector` and the item selection of `Checkbox`. An example for such an input type could be the selection of a license for a project...

enhancement

Coming here from https://github.com/ynqa/jnv (which, thanks btw!), I wanted a quick way to reference the keybindings. For an interactive prompt, this would certainly be useful. I was thinking a toggleable...

enhancement