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

Is the homepage URL correct? If so someone needs to generate a new certificate for it

Hello, I'm using v0.9.0 of promptui. When calling `fmt.Printf` with a long string, before running the prompt it'll cut the output. Here's an example of a call: ```go fmt.Printf("Lorem ipsum...

I have written a kind of default option to select prompt and the user needs to give the ( index + 1 ) item to the Struct

Hi, Can you provide a kind of feature that sets the default value of a select command? That would be great

The 'n' user input should not be considered an error in a yes/no question. Instead, simply return 'y' or 'n' if chosen. Allow empty string only if default is set...

this is to fix a bug with select prompts where the prompt is sometimes still flushed to output even though the user has provided the interrupt key (this can cause...

I have a scenario where I need to make a web request in the validation function of a prompt. If use the current validate function it would make a web...

Hi all I was wondering if there was a way to replace the text inputted, on keyup event. As a simple example - I type "abc", I would like to...

Hi, firstly thanks for the code. It's great. I've had a bit of problem using the search feature but after digging a little bit, I've found my way. Have said...

This would probably be an entirely new feature. But, imagine you have a system with a million users stored in a database. And you want to select one based on...