-
Notifications
You must be signed in to change notification settings - Fork 390
Externally available completions
Ville Skyttä edited this page Jul 8, 2021
·
36 revisions
This is a list of known "external" completions, i.e. ones that are not shipped with the bash-completion project but in respective upstream projects along with the executables they provide completions for, or repositories dedicated to just shipping completions. The list is probably never complete or completely up to date, but hopefully useful nevertheless.
Please keep the table sorted by the first listed executable.
- The checkbox in the last column shows whether the completion script has dependencies on
bash-completion
. The standalone completion scripts, which doesn't have dependencies onbash-completion
, are listed to avoid possible name collisions withbash-completion
. Also, some of the sdandalone completion scripts are forks ofbash-completions
, so that it may be useful for porting fixes inbash-completion
to these scripts. - The items with the first column being
(generator)
are automatic generator for completion scripts. They can be considered as an upstream of many automatically-generated completions.