Inquirer.sh icon indicating copy to clipboard operation
Inquirer.sh copied to clipboard

Modern terminal prompt inspired by inquirer.js

Results 10 Inquirer.sh issues
Sort by recently updated
recently updated
newest added

Any luck with zsh & bash support?

That's a nice a project. Just wanted to let you know that I wrote a [list] selection script in pure bash/zsh. Take a look (redundant link in case project rename):...

After lot of debugging, I found that re-rendering checkbox_list is not worth as it involves many changes (surely can be done). `remove_checkbox_instructions` is the culprit and also the presence of...

Fixes: https://github.com/kahkhang/Inquirer.sh/issues/21

``` OPTIONS=() OPTIONS+=( "One" ) list_input "Which one?" OPTIONS CHOICE ``` When you use the above code, pressing up or down causes "One" to repeat on every line, vs forcing...

Perhaps this is user error with the new version, but there is no example that demonstrates how to use anything but the default when default is set. For instance, from...

![screenshot 2017-06-25 22 56 45](https://user-images.githubusercontent.com/4048170/27517135-945b6f0a-59f9-11e7-933b-354bd100287c.png) If there are any line wraps, lists will be rendered incorrectly

hacktoberfest

If we press ctrl-c during execution the final position of the cursor can be improved. Ideally preserve the screen and place the cursor at the end of screen. Steps to...

This issue can be recreated as below 1. run ./examples/checkbox_input_example.sh 2. select any (hawker center(s)) and press enter (no issue here) 2. select one preferred drink or none and press...

Unable to enter any of the following characters in text_input prompt. ` \ ; ' ~ # % & ( ) | : " < >