Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nuri-it/bash-case-insensitive
- Owner: nuri-it
- License: gpl-3.0
- Created: 2022-02-09T09:43:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-11T08:36:49.000Z (almost 3 years ago)
- Last Synced: 2024-11-10T12:37:44.095Z (2 months ago)
- Language: Shell
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.