bash-it/completion/available
BF feb468b517
bug: Use C style strings when checking for invalid alias characters (#2188)
* Use C style strings when checking for invalid alias characters

Before, the '\n' would be interpreted as 'n' meaning that any alias
who's command contained the letter 'n' would incorrect be skipped.

* No need to escape characters in this context

Escaping was just adding \ to the list multiple times

Co-authored-by: David Farrell <davidpfarrell+github@gmail.com>
2023-01-25 15:56:14 -08:00
..
aliases.completion.bash bug: Use C style strings when checking for invalid alias characters (#2188) 2023-01-25 15:56:14 -08:00
apm.completion.bash Added vendored apm completion 2021-02-08 16:05:45 +01:00
awless.completion.bash formatted awless completion and used helper function 2021-01-28 16:19:48 +02:00
awscli.completion.bash fix (completion): format awscli 2022-03-13 05:21:13 +05:30
bash-it.completion.bash lib/preview: add full completion 2022-02-07 15:27:03 -08:00
brew.completion.bash Use _bash_it_homebrew_check() in plugins, completions 2021-08-22 12:48:48 -07:00
bundler.completion.bash Clarify license on bundler completion 2020-12-29 21:49:10 +02:00
capistrano.completion.bash The capistrano completion script should not have the executable bit set 2018-04-19 18:42:13 +02:00
cargo.completion.bash Add hooks to check .sh and .bash headers - Fixes #1491 (#1765) 2021-01-09 18:02:26 +02:00
composer.completion.bash Delete `.shellcheckrc` (#1947) 2021-09-18 12:50:59 +03:00
conda.completion.bash formatted conda completion and used helper function 2021-01-28 16:27:34 +02:00
consul.completion.bash completion/consul: use `_command_exists` 2021-09-19 21:58:48 -07:00
crystal.completion.bash system completion nitpicks 2020-09-21 09:07:09 -05:00
dart.completion.bash Delete `.shellcheckrc` (#1947) 2021-09-18 12:50:59 +03:00
defaults.completion.bash Add "bash-progcomp" from "https://github.com/gaelicWizard/bash-progcomp@v2.0.1" 2021-12-27 11:36:38 -08:00
dirs.completion.bash fixes #343 by surrounding $HOME (which can have spaces) with quotations marks 2015-04-29 14:56:46 +02:00
django.completion.bash Vendored django completion 2021-02-09 11:01:37 +01:00
dmidecode.completion.bash Delete `.shellcheckrc` (#1947) 2021-09-18 12:50:59 +03:00
docker-compose.completion.bash completion/docker-compose: use `_command_exists` 2021-09-19 21:58:48 -07:00
docker-machine.completion.bash deprecation: Replace errors with warnings 2021-01-29 16:06:53 +02:00
docker.completion.bash completion: Lint docker completion and add about-completion 2021-01-28 17:03:25 +02:00
dotnet.completion.bash completion/dotnet: modernize 2022-01-12 22:39:49 -08:00
drush.completion.bash deprecation: Replace errors with warnings 2021-01-29 16:06:53 +02:00
export.completion.bash add nospace and = suffix 2017-09-15 23:42:03 -04:00
fabric.completion.bash chore: Use grep -E / grep -F instead of egrep / fgrep (#2164) 2022-10-13 10:34:57 -07:00
flutter.completion.bash fix (completion): shfmt format flutter.completion.bash 2022-05-06 23:32:47 +05:30
gcloud.completion.bash completion: Add about-completion to gcloud 2021-01-28 17:18:52 +02:00
gem.completion.bash completion: gem: Fix completion file 2021-01-28 17:55:51 +02:00
git.completion.bash Revert most of "Fix linting errors that snuck in." 2021-12-27 16:18:20 -08:00
git_flow.completion.bash completion/git_flow: use `_command_exists` 2021-09-19 21:58:48 -07:00
git_flow_avh.completion.bash completion/git_flow_avh: use `_command_exists` 2021-09-19 21:58:48 -07:00
github-cli.completion.bash completion: Lint github-cli completion and use completion_exists 2021-01-28 17:40:35 +02:00
go.completion.bash ensure go completion works well with goenv 2021-02-06 14:34:24 -06:00
gradle.completion.bash chore: Use grep -E / grep -F instead of egrep / fgrep (#2164) 2022-10-13 10:34:57 -07:00
grunt.completion.bash Add license notice to gulp and grunt completion 2020-12-29 21:49:47 +02:00
gulp.completion.bash Add license notice to gulp and grunt completion 2020-12-29 21:49:47 +02:00
helm.completion.bash formatted helm completion and used helper function 2021-01-28 17:30:26 +02:00
homesick.completion.bash deprecation: Replace errors with warnings 2021-01-29 16:06:53 +02:00
hub.completion.bash completion/hub: use `_command_exists` 2021-09-19 21:58:48 -07:00
invoke.completion.bash Add license to invoke completion 2020-12-29 21:49:10 +02:00
jboss5.completion.bash completion: Use vendored jboss completion 2021-02-13 10:41:16 +02:00
jboss7.completion.bash completion: Use vendored jboss completion 2021-02-13 10:41:16 +02:00
jungle.completion.bash formatted jungle completion and used helper function 2021-01-28 18:10:25 +02:00
kind.completion.bash Fix newline and trailing space issues 2020-10-29 19:57:14 +02:00
knife.completion.bash Fix knife completion (#2098) 2022-03-01 23:22:56 +02:00
kontena.completion.bash formatted kontena completion and used helper function 2021-01-28 18:32:51 +02:00
kubectl.completion.bash formatted kubectl completion and used helper function 2021-01-28 18:57:00 +02:00
laravel.completion.bash completion/laravel: simplify code flow 2021-09-22 13:48:10 -07:00
lerna.completion.bash completion: lerna: Add shellcheck ignore directive 2021-01-28 20:53:34 +02:00
makefile.completion.bash chore: Use grep -E / grep -F instead of egrep / fgrep (#2164) 2022-10-13 10:34:57 -07:00
maven.completion.bash Fix EOF 2020-10-29 19:57:14 +02:00
minikube.completion.bash formatted minikube completion and used helper function 2021-01-28 19:18:36 +02:00
minishift.completion.bash Added Minishift completion (#1566) 2020-04-21 08:32:20 +02:00
ng.completion.bash Fix EOF 2020-10-29 19:57:14 +02:00
ngrok.completion.bash Delete `.shellcheckrc` (#1947) 2021-09-18 12:50:59 +03:00
notify-send.completion.bash Delete `.shellcheckrc` (#1947) 2021-09-18 12:50:59 +03:00
npm.completion.bash formatted npm completion and used helper function 2021-01-28 19:23:56 +02:00
nvm.completion.bash fix correction for nvm according to PR comments 2016-10-10 13:33:07 +06:00
openshift.completion.bash Updated openshift completion to use _command_exists and removed duplicate oc completion 2020-04-21 15:00:14 +02:00
packer.completion.bash Add hooks to check .sh and .bash headers - Fixes #1491 (#1765) 2021-01-09 18:02:26 +02:00
pew.completion.bash completion/pew: use `_command_exists` 2021-09-19 21:58:48 -07:00
pip.completion.bash completion/pip: simplify code flow 2021-09-23 22:21:02 -07:00
pip3.completion.bash completion/pip: simplify code flow 2021-09-23 22:21:02 -07:00
pipenv.completion.bash "pipenv --completion" is obsoleted 2021-12-12 18:11:21 +08:00
pipx.completion.bash Add hooks to check .sh and .bash headers - Fixes #1491 (#1765) 2021-01-09 18:02:26 +02:00
projects.completion.bash Update variable name to match projects.plugin.bash 2022-08-30 13:21:03 -05:00
rake.completion.bash Fix bogus bash binary location 2012-04-17 00:24:58 -04:00
rustup.completion.bash Add hooks to check .sh and .bash headers - Fixes #1491 (#1765) 2021-01-09 18:02:26 +02:00
rvm.completion.bash Remove the function as it's not needed now 2017-03-24 01:41:48 -07:00
salt.completion.bash Add license notice to salt completion 2020-12-29 21:49:47 +02:00
sdkman.completion.bash Delete `.shellcheckrc` (#1947) 2021-09-18 12:50:59 +03:00
sqlmap.completion.bash completions/sqlmap: use `_command_exists` 2021-09-19 21:58:48 -07:00
ssh.completion.bash Removed trailing whitespaces 2020-10-29 19:57:14 +02:00
svn.completion.bash completion/svn: rename to match prior file 2022-01-08 08:32:37 -08:00
system.completion.bash completion/system: correctly load version when not linked 2022-02-07 15:15:46 -08:00
terraform.completion.bash use terraform to complete itself 2020-08-03 17:41:21 -05:00
test_kitchen.completion.bash Fix EOF 2020-10-29 19:57:14 +02:00
tmux.completion.bash Remove broken link from tmux completion 2020-12-29 21:49:10 +02:00
todo.completion.bash deprecation: Replace errors with warnings 2021-01-29 16:06:53 +02:00
travis.completion.bash completion/travis: use `_command_exists` 2021-09-19 21:58:48 -07:00
vagrant.completion.bash Update vagrant.completion.bash 2020-03-22 15:12:40 +01:00
vault.completion.bash Add hooks to check .sh and .bash headers - Fixes #1491 (#1765) 2021-01-09 18:02:26 +02:00
virsh.completion.bash deprecation: Replace errors with warnings 2021-01-29 16:06:53 +02:00
virtualbox.completion.bash Convert files with spaces and tabs to only spaces 2020-10-29 19:57:14 +02:00
vuejs.completion.bash Delete `.shellcheckrc` (#1947) 2021-09-18 12:50:59 +03:00
wpscan.completion.bash completion/wpscan: simplify code flow (whitespace) 2021-09-23 14:51:21 -07:00