survey icon indicating copy to clipboard operation
survey copied to clipboard

A golang library for building interactive and accessible prompts with full support for windows and posix terminals.

Results 94 survey issues
Sort by recently updated
recently updated
newest added

Adds a config to prevent users from selecting all of the survey options. Using `survey.WithRemoveSelectAll()` will disable the ability for the right arrow key to select all of the options....

**What operating system and terminal are you using?** MacOS+default terminal, also saw same issue on Windows+PowerShell **An example that showcases the bug.** (short clip to fit 10mb limit, but continues...

Bug

**What operating system and terminal are you using?** MacOS 12.4; alacritty (but bug is reproducible in any terminal) **An example that showcases the bug.** This is a bug found in...

Bug

Looking to have a feature like the one proposed in this PR where I can add a footer message as a hint that there are more items in the survey....

**What operating system and terminal are you using?** illumos and bash **An example that showcases the bug.** Compile github cli or any project using this library on a system not...

Bug

Currently the posix code is compiled out, so it's **not** possible to run it from Windows. But when `isatty.IsCygwinTerminal`, it should be preferred over the `isatty.IsTerminal` This is the terminal:...

Question

Hello! So currently, we have the option to show a description for each option in a `Select` prompt. However, we do not have this option for the `Multiselect` prompt. I...

Question

Hi @AlecAivazis and @mislav! I had some free time so I tried my hand on implementing #386. Changing the hide character of the password field works as expected. However, using...

This PR adds an interface for survey that can be used instead of calling the functions directly. It also includes a struct with no contents hat implements the interface. This...

Hi, I'm getting this problem: ![image](https://user-images.githubusercontent.com/31445936/129165091-8aae8d67-90ec-452a-a452-ec6d85b8aa2f.png) The message is being duplicated after I press enter. This is happening with the "Input" survey. Not happening on select, for example. Note that...

Bug