PyInquirer icon indicating copy to clipboard operation
PyInquirer copied to clipboard

A Python module for common interactive command line user interfaces

Results 112 PyInquirer issues
Sort by recently updated
recently updated
newest added

adds vim keybinds for the checkbox prompt. solves feature request issue #132, #87

Hi, I was wondering if and how is it possible to use lamda functions as validator for data input. In my opinion writing classes derived from another module's class, with...

Hi all, I want to thank everyone who has taken their time to create Pull requests and Issues on PyInquirer and as well as this Repo hitting 1.2k. When I...

Is there a way to use this library with docker container?

[This commit](https://github.com/CITGuru/PyInquirer/commit/b3330367202997a7f359e1bf0c1c77e3d71d88d7#diff-6c10ab0f8adfd603721b562923b5ee697dcf06234bd8ca8eac8582c4a16a2737) removed a really cool change that @Djkusik made in this PR #117. I redid the change with some modifications to get it working again. Fixes #161

Hi there in the libary "prompt_toolkit" wich is used, the variable "mouse_support" is changeable calling function prompt(.., mouse_support=False) in file ./prompts/checkbox.py the option is hard coded on TRUE. Is is...

When submitting a question of type 'list' both the message and the choices don't wrap properly when changing the size of the terminal. This is not happening for other type...

It is not implemented to disable description of menu navigation. ![tr-1](https://user-images.githubusercontent.com/5245614/121523149-8e3a6580-c9fe-11eb-88a9-4f9de02651e9.PNG) Could you implement this feature by using kwargs?

Hi, Is there a way for Editor to currently have a pre-filled text(like directives provided to the user for the data that they enter), but is not read as a...