Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

path parameter for min_input_len #359

Open
riziles opened this issue Feb 2, 2024 · 2 comments
Open

path parameter for min_input_len #359

riziles opened this issue Feb 2, 2024 · 2 comments
Labels
Enhancement New feature or request

Comments

@riziles
Copy link

riziles commented Feb 2, 2024

Describe the problem

I've found that I get 20-30x better performance (on Windows) if I I override the default completer for path prompts with the somewhat undocumented alternative of completer=GreatUXPathCompleter(min_input_len=4).

Describe the solution

Any chance that min_input_len get added as a one of the standard inputs to path prompts? If not, I'd suggest adding the GreatUXPathCompleter solution to the docs.

Alternatives considered

No response

@riziles riziles added the Enhancement New feature or request label Feb 2, 2024
@kiancross
Copy link
Collaborator

Happy to review a PR which implements this.

@riziles
Copy link
Author

riziles commented Jul 12, 2024

@kiancross , unfortunately I had to uninstall Questionary because of this issue: #344 . Do you know what the current status is?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants