Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nuri-it/bash-case-insensitive

Bash autocomplete case insensitive
https://github.com/nuri-it/bash-case-insensitive

Last synced: 10 days ago
JSON representation

Bash autocomplete case insensitive

Awesome Lists containing this project

README

        

# bash-case-insensitive
Bash autocomplete case insensitive

# Enable Bash autocomplete case insensitive
Run this command
```
echo 'set completion-ignore-case On' | sudo tee -a /etc/inputrc
```
Congrates, you are ready to go! restart your Terminal and do it.