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

Case-insensitive completion #32

Closed
maxstu opened this issue Nov 8, 2019 · 2 comments
Closed

Case-insensitive completion #32

maxstu opened this issue Nov 8, 2019 · 2 comments
Labels
question Question / Mis-usage

Comments

@maxstu
Copy link

maxstu commented Nov 8, 2019

Hi! This project is super cool, thanks for making it.

I'm not sure if this is a feature that doesn't exist or if I just can't find the setting for it, but I'd love to be able to make completion - both tab and auto - case insensitive. By which I mean cd ~/docu would complete to cd ~/Documents, or networkma to NetworkManager.

Thanks!

@akinomyoga
Copy link
Owner

Thank you for your feedback! For case insensitive completion, ble.sh refers to the setting of Readline. Please add the following line in your ~/.bashrc or ~/.blerc:

bind 'set completion-ignore-case on'

@maxstu
Copy link
Author

maxstu commented Nov 9, 2019

Ah, fantastic. Thanks for your help!

@maxstu maxstu closed this as completed Nov 9, 2019
@akinomyoga akinomyoga added the question Question / Mis-usage label Nov 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Question / Mis-usage
Projects
None yet
Development

No branches or pull requests

2 participants