Skip to content

0mp/bash-completion-freebsd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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