-
Notifications
You must be signed in to change notification settings - Fork 112
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
Feature request: support case-insensitive directory match #12
Comments
Of course, if you want to implement it and add tests for this and make it not the default behavior. I'll happily merge it. Same goes for #11. :) |
Fair enough, thanks for the quick responses. |
Thanks for opening these issues. I'm happy you care for the best of the project. :) |
I spent some time working out how to enable case-insensitive matching just for bd, so posting in case it's useful for others.
to
The -M parameter lets you pass a custom match specification for auto completion. The match spec here is the same one used to enable global case-insensitive matching in oh-my-zsh. |
This is supported by https://github.com/vigneshwaranr/bd with an argument in its alias: "To enable case-insensitive directory name matching, use -si instead of -s in the alias.". Of course, one could enable case-insensitive tab-completion in general and use the zsh-bd tab-completion for this, but one might not want it enabled everywhere.
The text was updated successfully, but these errors were encountered: