bash-it/completion/available
Ira Abramov 388d632a1c Merge branch 'feature/pre-commit-hook' into enforce-pre-commit
* feature/pre-commit-hook: (186 commits)
  added git alias to list remote branch creators with date and time
  Add Kind support
  Fix the commandline for gifski
  Add Terraform and Terragrunt aliases
  lib: helpers: Handle stable revert update
  lib: helpers: Rename Upgrading -> Updating
  lib: Fetch from remote before calculating latest tag in bash-it update
  test: Add completion test for -s --silent flag
  completion: Add --silent and -s completion
  doc: Add --silent flag documentation
  helpers: Add --slient option to bash-it update
  lib: Update no-op message in case of stable update
  lib: Add BASH_IT_DEVELOPMENT_BRANCH variable
  lib: Update to stable now correctly fails if no tags are present
  doc: Add stable/dev option to update section
  completion: Update completion for new bash-it update
  lib: Improve bash-it update so it can update to latest tag
  alias: git: Add new pretty git log alias (ggf)
  alias: git: Add git pull / git push --force aliases
  Add bash-it restart command
  ...
2020-10-17 12:22:07 +03:00
..
apm.completion.bash add completion for apm 2016-10-09 01:02:23 +06:00
awless.completion.bash Fix typo in awless completion 2017-10-30 09:41:04 +01:00
awscli.completion.bash Add awscli completion 2015-10-28 23:51:05 +00:00
bash-it.completion.bash Merge pull request #1626 from NoahGorny/update-to-stable-or-unstable 2020-10-16 14:16:06 +03:00
brew.completion.bash Merge branch 'feature/pre-commit-hook' into enforce-pre-commit 2020-10-17 12:22:07 +03:00
bundler.completion.bash Update bundler completion from @mernen 2019-12-27 05:40:57 +02:00
capistrano.completion.bash The capistrano completion script should not have the executable bit set 2018-04-19 18:42:13 +02:00
composer.completion.bash add completion for composer 2016-12-25 13:15:50 +06:00
conda.completion.bash Add in conda tab-completion 2014-04-05 09:17:59 -05:00
consul.completion.bash Fix EOF 2020-03-10 10:18:11 +02:00
crystal.completion.bash system completion nitpicks 2020-09-21 09:07:09 -05:00
defaults.completion.bash add defaults autocompletion for OS X 2012-02-18 21:52:10 -06: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 Fix EOF 2020-03-10 10:18:11 +02:00
docker-compose.completion.bash Fix EOF 2020-03-10 10:18:11 +02:00
docker-machine.completion.bash Fix EOF 2020-03-10 10:18:11 +02:00
docker.completion.bash Merge branch 'feature/pre-commit-hook' into enforce-pre-commit 2020-10-17 12:22:07 +03:00
drush.completion.bash Changed check for drush excecutable 2015-05-18 10:06:32 +02:00
export.completion.bash add nospace and = suffix 2017-09-15 23:42:03 -04:00
fabric.completion.bash Fix `fabric-completion.bash` to `fabric` 2018-10-26 17:33:53 +07:00
flutter.completion.bash 🐛 fix 2019-02-25 16:45:52 +05:30
gcloud.completion.bash Rename to .completion.bash so it can be disabled correctly 2019-05-24 15:14:13 -05:00
gem.completion.bash Removed trailing whitespaces 2020-03-10 10:16:02 +02:00
git.completion.bash Merge branch 'feature/pre-commit-hook' into enforce-pre-commit 2020-10-17 12:22:07 +03:00
git_flow.completion.bash Removed trailing whitespaces 2020-03-10 10:16:02 +02:00
git_flow_avh.completion.bash Added the bash completion file for git flow AVH edition. 2014-10-17 17:30:33 +03:00
github-cli.completion.bash completion: github: Use _log_warning instead of simple echo 2020-10-10 02:41:45 +03:00
go.completion.bash Revert to using env for invoking bash 2020-02-14 17:40:14 -07:00
gradle.completion.bash Upgrade gradle completion to the official one 2017-10-28 00:02:02 +02:00
grunt.completion.bash Add in Grunt auto-completion 2013-12-13 17:21:31 -06:00
gulp.completion.bash Added gulp bash completion. 2014-10-28 13:39:20 +02:00
helm.completion.bash Add support for helm completion 2019-03-26 10:04:19 -05:00
homesick.completion.bash Fix EOF 2020-03-10 10:18:11 +02:00
hub.completion.bash updated hub completion 2019-10-28 12:26:06 +09:00
invoke.completion.bash Fix EOF 2020-03-10 10:18:11 +02:00
jboss7.completion.bash Removed trailing whitespaces 2020-03-10 10:16:02 +02:00
jungle.completion.bash Add jungle completion 2016-10-29 22:24:58 +02:00
kind.completion.bash Merge branch 'feature/pre-commit-hook' into enforce-pre-commit 2020-10-17 12:22:07 +03:00
knife.completion.bash Add completions for Opscode Chef's knife command 2018-11-15 10:35:17 +02:00
kontena.completion.bash kontena.io cli tab completion added 2016-07-31 23:51:00 +01:00
kubectl.completion.bash Add completion for kubectl 2016-09-19 11:40:26 +05:30
laravel.completion.bash Removed trailing whitespaces 2020-03-10 10:16:02 +02:00
lerna.completion.bash Remove some comments 2018-10-25 21:40:57 +01:00
makefile.completion.bash enhance makefile completion - remove hash bang 2020-02-21 22:29:14 -06:00
maven.completion.bash Fix EOF 2020-03-10 10:18:11 +02:00
minikube.completion.bash added minikube completion support 2018-07-26 09:51:25 +02:00
minishift.completion.bash Added Minishift completion (#1566) 2020-04-21 08:32:20 +02:00
ng.completion.bash Merge branch 'feature/pre-commit-hook' into enforce-pre-commit 2020-10-17 12:22:07 +03:00
npm.completion.bash fix npm completion 2016-10-28 02:37:07 +06: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 Fix EOF 2020-03-10 10:18:11 +02:00
pew.completion.bash Add pew completion 2017-10-30 10:40:58 +01:00
pip.completion.bash touch up 2020-01-09 23:41:04 +08:00
pip3.completion.bash Fix EOF 2020-03-10 10:18:11 +02:00
pipenv.completion.bash Update pipenv completion 2018-04-14 00:34:33 -04:00
projects.completion.bash Merge branch 'feature/pre-commit-hook' into enforce-pre-commit 2020-10-17 12:22:07 +03:00
rake.completion.bash Fix bogus bash binary location 2012-04-17 00:24:58 -04:00
rvm.completion.bash Remove the function as it's not needed now 2017-03-24 01:41:48 -07:00
salt.completion.bash Merge branch 'feature/pre-commit-hook' into enforce-pre-commit 2020-10-17 12:22:07 +03:00
sdkman.completion.bash Added completion of installable versions 2018-08-27 12:32:12 +02:00
sqlmap.completion.bash Removed trailing whitespaces 2020-03-10 10:16:02 +02:00
ssh.completion.bash Merge branch 'feature/pre-commit-hook' into enforce-pre-commit 2020-10-17 12:22:07 +03:00
svn.completion.bash Add svn completion. 2014-10-24 14:20:27 +08:00
system.completion.bash system completion nitpicks 2020-09-21 09:07:09 -05:00
terraform.completion.bash use terraform to complete itself 2020-08-03 17:41:21 -05:00
test_kitchen.completion.bash Fix EOF 2020-03-10 10:18:11 +02:00
tmux.completion.bash Fix EOF 2020-03-10 10:18:11 +02:00
todo.completion.bash update completion for todo to latest version 2016-10-09 04:12:24 +06:00
travis.completion.bash Add travis completion 2017-10-31 00:48:55 +01:00
vagrant.completion.bash Update vagrant.completion.bash 2020-03-22 15:12:40 +01:00
vault.completion.bash Adding new updates for vault completions 2017-01-02 14:41:35 -08:00
virsh.completion.bash Removed trailing whitespaces 2020-03-10 10:16:02 +02:00
virtualbox.completion.bash Merge branch 'feature/pre-commit-hook' into enforce-pre-commit 2020-10-17 12:22:07 +03:00
vuejs.completion.bash Removed trailing whitespaces 2020-03-10 10:16:02 +02:00
wpscan.completion.bash Removed trailing whitespaces 2020-03-10 10:16:02 +02:00