0mp / bash-completion-freebsd

FreeBSD-oriented extension to the Bash completion library
https://www.freshports.org/shells/bash-completion/
Other
5 stars 2 forks source link
bash bash-completion freebsd

Bash completion for FreeBSD

Latest tag.

Covered software

Bash completion functions are available for the following utilities

Installation

Those additional Bash completion files are installed by default with the bash-completion port:

# pkg instal bash-completion

If you're willing to install to install this extension manually then set DESTDIR and PREFIX to match your configuration and run:

# make install

Dependencies

Caveats

Although the pkg upstream ships some Bash completion for pkg(8) it does not conflict with our implementation of the pkg(8) completion. The reason is that the upstream completion file is installed into /usr/local/etc/bash_completion.d/ while our completion is installed into /usr/local/share/bash-completion/completions/, which is processed first according to the bash-completion README.

License

BSD 2-Clause "Simplified" License