Commit Graph

271 Commits (bf7d0705166b81c44c4f33976efe017bf31cd9c0)

Author SHA1 Message Date
Hongyi Zhao bf7d070516 Merge branch 'master' of https://github.com/bash-it/bash-it 2020-05-24 07:26:57 +08:00
cornfeedhobo 3188f635e2
source distro provided docker completion 2020-05-18 15:01:57 -05:00
David Farrell f8a1877c72
completion/git: Updates completion script to v2.26.2 2020-04-21 11:25:37 -07:00
Uco Mesdag 862b99896d
Updated openshift completion to use _command_exists and removed duplicate oc completion 2020-04-21 15:00:14 +02:00
All Your Code 313e9bd51b
Added Minishift completion (#1566)
* Added Minishift completion

* Instead of copy pasting the output, using the output directly

* Replaced which command with _command_exists
2020-04-21 08:32:20 +02:00
All Your Code 06cc400229
Added OC completion (#1567)
* Added OC completion

* Instead of copy pasting the output, using the output directly

* Replaced which command with _command_exists
2020-04-21 08:30:26 +02:00
Nils Winkler 6b4970136b Added a check for the ng command in ng completion
See #1542, #1543
2020-04-06 16:14:27 +02:00
Gurkirat Singh 5ad244da87
Update ng.completion.bash 2020-04-02 18:59:10 +05:30
Hongyi Zhao cba0614d20 deleted: completion/available/verdi.completion.bash
this is a more specific tool, so not set it here
2020-03-25 20:22:56 +08:00
Hongyi Zhao f28ce6c2de Merge branch 'master' of https://github.com/bash-it/bash-it 2020-03-25 16:42:10 +08:00
Hongyi Zhao 219c0d734f Add the completion file for AiiDA's verdi command line interface 2020-03-25 16:42:03 +08:00
All Your Code 287d9d4b4f
Update vagrant.completion.bash
Fixed command options changes of the Vagrant command. Completion has been broken for a while, especially the snapshot options.
2020-03-22 15:12:40 +01:00
Hongyi Zhao 0e22b00ca3 All of these codes are shipped within officical pip distribution.
There is no need to make the things complicated.
2020-03-15 14:27:28 +08:00
Hongyi Zhao 42bdfeeb6a combine the pip completion code into one script. 2020-03-15 14:22:30 +08:00
Hongyi Zhao 23671ef4f3 try to simplify the logic: completion/available/pip.completion.bash 2020-03-15 13:42:55 +08:00
Hongyi Zhao cfe7166132 Based on the _pip_completion function defined by pip completion to determine
whether we should reevaluate the pip completion or not.
2020-03-14 23:37:21 +08:00
Hongyi Zhao db64f5521c FIXME: do the trick without exporting variable into environment.
Use _pip_completion_bash as the hook function name
2020-03-13 19:56:56 +08:00
Hongyi Zhao e6be506ce1 use _pip_command_path as the variable name to store the currently used pip's path. 2020-03-13 17:18:10 +08:00
Hongyi Zhao 4fe6611da2 use _pip_command_path_old for variable's name to store the pip's path:
modified:   completion/available/pip.completion.bash
modified:   completion/available/pip3.completion.bash
2020-03-13 17:05:10 +08:00
Hongyi Zhao 43d15b69e1 Ensure that the eval command only executed once for one virutualenv:
modified:   completion/available/pip.completion.bash
modified:   completion/available/pip3.completion.bash
2020-03-13 16:43:35 +08:00
Hongyi Zhao 5c663b871a little fix for the regex used to match the hook function name:
modified:   completion/available/pip.completion.bash
modified:   completion/available/pip3.completion.bash
2020-03-13 15:24:35 +08:00
Hongyi Zhao 1052200f0c Touchup codes for fixing pip completion when running it within/outside of pyenv/virtualenv/venv/conda environment:
modified:   completion/available/pip.completion.bash
modified:   completion/available/pip3.completion.bash
2020-03-13 15:00:23 +08:00
Hongyi Zhao cd0b2618fb Fix pip completion for running it within/outside of pyenv/virtualenv/venv/conda environment.
modified:   completion/available/pip.completion.bash
modified:   completion/available/pip3.completion.bash
2020-03-13 10:21:26 +08:00
Hongyi Zhao 9fcaab0efc try to fix for pyenv/virtualenv: completion/available/pip.completion.bash 2020-03-11 20:00:27 +08:00
cornfeedhobo 2e4c4ad29a
enhance makefile completion - remove hash bang 2020-02-21 22:29:14 -06:00
cornfeedhobo 239f708637
enhance makefile completion - remove use of find 2020-02-21 22:27:56 -06:00
cornfeedhobo 552cd89851
enhance makefile completion - shortcircuit early when nothing is found 2020-02-21 13:09:08 -06:00
cornfeedhobo 9d97532f8e
enhance makefile completion and make shellcheck happy 2020-02-21 12:56:00 -06:00
cornfeedhobo b70c02c4ae
enhance makefile completion to support multiple files and gnumake 2020-02-21 12:16:57 -06:00
John McBride 0a0e2ff285 Revert to using env for invoking bash
Signed-off-by: John McBride <jpmmcbride@gmail.com>
2020-02-14 17:40:14 -07:00
John McBride afae3f8d25 Shellcheck double quote env variable
Signed-off-by: John McBride <jpmmcbride@gmail.com>
2020-02-14 14:36:03 -07:00
John McBride 6c01792cba use gocomplete tool for go tool bash completion
Signed-off-by: John McBride <jpmmcbride@gmail.com>
2020-02-14 14:30:19 -07:00
Nils Winkler d8d6109e43
Fix macOS sed in SSH completion
See here for details: b5f666d467
2020-01-23 08:36:53 +01:00
Nils Winkler 0b4762239f
Merge pull request #1474 from damienmascre/contributing
SSH completion : corrects the inclusion file list by properly interpreting the paths s…
2020-01-16 12:55:46 +01:00
Hongyi Zhao d54577f992 touch up
modified:   completion/available/pip.completion.bash
modified:   completion/available/pip3.completion.bash
2020-01-09 23:41:04 +08:00
Hongyi Zhao d85a254429 Fix the completion for pip/pip3 2020-01-09 23:20:28 +08:00
Damien MASCRÉ b5f666d467 Corrects the inclusion file list by properly interpreting the paths specified in the Include directive of the ssh_config, aka paths relative to the ~/.ssh folder. 2020-01-07 13:20:01 +01:00
Nils Winkler b9af75a494
Merge pull request #1469 from hongyi-zhao/master
Fix completion/available/brew.completion.bash

Closes #1458
2019-12-30 17:11:23 +01:00
Muhammad Muhammad Ibrahim 4721cdfdac Update bundler completion from @mernen 2019-12-27 05:40:57 +02:00
Hongyi Zhao 6f2376daa2 touch up completion/available/brew.completion.bash 2019-12-19 16:53:24 +08:00
Hongyi Zhao 7c73b22e75 fix completion/available/brew.completion.bash for the git-clone based installation 2019-12-19 16:45:39 +08:00
Gurkirat Singh 00030bfed5 added laravel completions 2019-11-27 19:04:23 +05:30
wukuan405 cf86219418 updated hub completion 2019-10-28 12:26:06 +09:00
Nils Winkler b252f8ebc3
Merge pull request #1388 from leventyalcin/feature/consul_completion
tab completion for Hashicorp consul
2019-07-08 08:43:57 +02:00
Ti Leggett cf39dc4257 added slogin to list of ssh completion commands 2019-07-04 10:52:19 -05:00
Levent Yalcin 2cd06962d3
tab completion for Hashicorp consul 2019-06-14 13:57:07 +01:00
Gurkirat Singh 955a9dd86d added thanks message to original author 2019-06-03 14:06:05 +05:30
Gurkirat Singh 371c2e9834 added sqlmap completion 2019-05-31 23:30:55 +05:30
Travis Swicegood 1bdcc66d5a Rename to .completion.bash so it can be disabled correctly 2019-05-24 15:14:13 -05:00
Travis Swicegood 93905c3663 Add gcloud completion 2019-05-24 15:10:48 -05:00