promptui icon indicating copy to clipboard operation
promptui copied to clipboard

Interactive prompt for command-line applications

Results 93 promptui issues
Sort by recently updated
recently updated
newest added

I have an object like this, I want to search node no matter which layer it is ```go type Node struct { Name string `yaml:"name"` Children []*Node `yaml:"children"` } ```...

``` Promptui is a library providing a simple interface to create command-line prompts for go. It can be easily integrated into spf13/cobra, urfave/cli or any cli go application. ``` Is...

I'm getting random panics if I press ctrl-C instead of answering, it's a simple prompt. I'm checking for `promptui.ErrInterrupt` but it happens before that inside `Run`. ``` prompt := promptui.Prompt{...

Hi, if I compile `select` in `_examples` with "GOARCH=ppc64le", and execute it on a POWER machine it does not work as expected and shows the following behavior: - when I...

When I tried some of the example projects, when I pressed the up/down keys the entire screen flashes white temporarily. You can see the same effect if you open up...

Can you add a small feature to navigate through the list of item in a select prompt using tab, that goes from first to last of item in a circular...

Is horizontal selection supported? I wanted to make a selection screen that would look something like the following. ``` Select the correct translation for the following phrase: Bonjour Hello |...

enhancement

Asciinema renders the prompt using native font rendering, which scales to different subpixel layouts, subpixel rendering in general, and high-dpi scenarios.

I recently used this awesome project and love the way it handles. Due to the fact that i have to create a relatively large menu i would like to have...

Are you actively developing this project, keeping the lights on, or completely abandoned?