dh_bash-completion
programmable completion for the bash shell
Install
- All systems
-
curl cmd.cat/dh_bash-completion.sh
- Debian
-
apt-get install bash-completion
- Ubuntu
-
apt-get install bash-completion
- Alpine
-
apk add bash-completion
- Arch Linux
-
pacman -S bash-completion
- Kali Linux
-
apt-get install bash-completion
- CentOS
-
yum install bash-completion
- Fedora
-
dnf install bash-completion
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install bash-completion
- OS X
-
brew install bash-completion
- Raspbian
-
apt-get install bash-completion
- Dockerfile
- dockerfile.run/dh_bash-completion
- Docker
-
docker run cmd.cat/dh_bash-completion dh_bash-completion
powered by Commando
bash-completion
programmable completion for the bash shell
bash completion extends bash's standard completion behavior to achieve complex command lines with just a few keystrokes. This project was conceived to produce programmable completion routines for the most common Linux/UNIX commands, reducing the amount of typing sysadmins and programmers need to do on a daily basis.