Renovate kdevelop bash completion file

Authored by kfunk on May 23 2019, 8:22 AM.

Description

Renovate kdevelop bash completion file

Allows to complete the session names in kdevelop -s ... on the
command-line.

File will be installed to the standard bash completions directory
(figured out by querying pkg-config during CMake configure time).

Manual usage:

Under Bash:

source kdevelop_completions.bash

Under ZSH:

autoload bashcompinit
bashcompinit
source kdevelop_completions.bash

(cf. https://stackoverflow.com/questions/3249432/can-a-bash-tab-completion-script-be-used-in-zsh)

Example output:

  % kdevelop -s kde
kde4      kdevelop-production  kdevtest

Details

Committed
kfunkMay 27 2019, 6:41 AM
Parents
R32:57fa80886f72: GIT_SILENT made messages (after extraction)
Branches
Unknown
Tags
Unknown