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

When a prompt is given a validation function that fails on the empty string, the user experience of immediately being shown an "X" can be jarring. Instead track whether the...

HI I'm using templates with select mode in promptUI this is the following templates ```go templates := &promptui.SelectTemplates{ Active: `{{'👉' .Title | cyan | bold }}`, Inactive: ` {{ .Title...

I am seeing a lack of a space in the confirmation message of the prompt: ![](https://p198.p4.n0.cdn.getcloudapp.com/items/qGuzZr2v/Screen+Shot+2019-11-04+at+12.27.13+PM.png?v=a5efd82a4db9280e8a88a865024f94c2) I would assume a space should be appended between the label and the value?...

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.com/38708687/70751891-71d14600-1cff-11ea-8a59-5d8f1715a754.png) and it does the...

Just update to the GoDoc link in README.md to pkg.go.dev doc system

This happens quite often, whenever running a prompt. Ex: ```go prompt := promptui.Prompt{ Label: "randomtext", Mask: '*', } receivedText, err = prompt.Run() ``` ``` panic: runtime error: invalid memory address...

In window terminal, when i prompt the some label using promptui, its prompted but when i tried to give some value to label using crtl+v some special char. appear to...

promptui.Select does not work on Windows. Keyboard selection does not respond. Environment: Windows 10 and command prompt.

bug

Some of comments for the `PromptTemplates` struct were not correct.

The select works perfectly fine otherwise but it's irritating for users to hear that sound.