bash-completion (sysutils/bash-completion) Updated: 6 months, 1 week ago Add to my watchlist
Programmable bash completionsProgrammable completion library for bash. This port requires bash >=4.1 and is meant to be used together with the bash port.
Version: 2.14.0 License: GPL-2+ GitHubMaintainers | raimue |
Categories | sysutils |
Homepage | https://github.com/scop/bash-completion |
Platforms | any |
Variants | - |
"bash-completion" depends on
extract (1)
run (1)
build (4)
Ports that depend on "bash-completion"
build (6)lib (3)
run (7)
Port notes
To use bash_completion, add the following lines at the end of your .bash_profile:
if [ -f ${prefix}/etc/profile.d/bash_completion.sh ]; then
. ${prefix}/etc/profile.d/bash_completion.sh
fi The port bash-completion >=2.0 requires bash >=4.1; please make sure
you are using ${prefix}/bin/bash by changing the preferences of your
terminal accordingly. If your version of bash is too old, the script
above will not modify your shell environment and no extended completion
will be available.
Port Health:
Loading Port Health