Re: Pacman Completion for better user experience
Reply #1 –
The pacman package already has bash completions in it:
$ pacman -Ql pacman
....
pacman /usr/share/bash-completion/
pacman /usr/share/bash-completion/completions/
pacman /usr/share/bash-completion/completions/makepkg
pacman /usr/share/bash-completion/completions/pacman
pacman /usr/share/bash-completion/completions/pacman-key
....
There is usually a pause with pacman completions when you hit tab, while it searches for the package names. You might try installing the bash-completion package as well if it isn't working, perhaps that would help? It works here but I have bash-completion installed too for improved general usage completions. Or perhaps you need to run pacman -Sy on a fresh install to populate the databases?