-
Issue: manifoldco/promptui/issues/210
Maybe use raw bufio instead
-
Using the latest version of promptui (v0.6.0) and Go v1.13.4 on windows 10 I see constant duplicating prompt lines when running a very simple prompt:
![image](https://user-images.githubusercontent.…
-
This happens quite often, whenever running a prompt. Ex:
```go
prompt := promptui.Prompt{
Label: "randomtext",
Mask: '*',
}
receivedText, err = prompt.Run()
```
```…
-
possible libraries:
- https://github.com/manifoldco/promptui
- https://github.com/c-bata/go-prompt
Preferably first stuff like:
1. history
2. editing current line
And not colors and drop dow…
-
On a non-Mac computer, pressing the delete key results in an EOF being sent to the `zero init` questionnaire prompt:
```
✔ Production Frontend Host Name (e.g. app.): app-20-09-14.█
ERROR[2020-09-14…
-
### Feature Description
We should support `kubectl ws -i` for interactive browsing the tree
### Proposed Solution
use something like https://github.com/manifoldco/promptui or https://github.com/riv…
-
I would like to use a custom struct template but also let the user choose a custom input. In my case I want the user to select a new version and if he wants to add major-beta-anything-else he can inpu…
-
It would be nice to have some sort of an after hook added to promptui.Prompt{} struct so we can for example cast a received string to a number. So some sort of value a transformer:
```go
AfterHook…
-
Hi,
I am using the latest version of promptui.
I created a REPL and I am using promptui to grab the users input. However after every new input the **cursor doesn't disappear**. I've looked throu…
-
manifoldco/promptui
https://github.com/AlecAivazis/survey
neolf updated
2 years ago