diff options
Diffstat (limited to 'extra/source/bash-completion/slack-desc')
-rw-r--r-- | extra/source/bash-completion/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/source/bash-completion/slack-desc b/extra/source/bash-completion/slack-desc new file mode 100644 index 00000000..b4ffbd4f --- /dev/null +++ b/extra/source/bash-completion/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' on +# the right side marks the last column you can put a character in. You must make +# exactly 11 lines for the formatting to be correct. It's also customary to +# leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +bash-completion: bash-completion (programmable completion for the bash shell) +bash-completion: +bash-completion: Adds programmable completion to the bash shell. A new file called +bash-completion: /etc/bash_completion will be sourced for interactive bash shells +bash-completion: adding all sorts of enhanced command completion features. Once +bash-completion: installed, you may get a list of all commands that have associated +bash-completion: completions with 'complete -p', and examine the code for the shell +bash-completion: functions with 'declare -f'. +bash-completion: +bash-completion: bash-completion was written by Ian Macdonald <ian@caliban.org>. +bash-completion: |