31 August 2018

In default you can use extremely limited autocomplete in bash command line or terminal. For an example you can't use autocomplete after you type "sudo". When installing this package all the extra autocompletes are "unlocked". You can even autocomplete git branches.

Source code viewer
  1. packman -S bash-completion
  2. # OR
  3. yay -S bash-completion
Programming Language: Bash