Commit Graph

300 Commits

Author SHA1 Message Date
Noah Gorny
292da7ef77 Add license notice to jboss7 completion 2020-12-29 21:49:47 +02:00
Noah Gorny
59439c2f62 Add license notice to docker-machine/compose completion 2020-12-29 21:49:47 +02:00
Noah Gorny
8cc7327c0b Add license notice to salt completion 2020-12-29 21:49:47 +02:00
Noah Gorny
5188b3b0c0 Add license notice to gulp and grunt completion 2020-12-29 21:49:47 +02:00
Noah Gorny
334005ead3 Clean up vault completion and add to clean_files.txt 2020-12-29 21:49:42 +02:00
Noah Gorny
6eb5802080 Add license notice to hub completion 2020-12-29 21:49:10 +02:00
Noah Gorny
3ba1a14eb9 Remove broken link from tmux completion 2020-12-29 21:49:10 +02:00
Noah Gorny
f4f229573d Clean up packer completion and add to clean_files.txt 2020-12-29 21:49:10 +02:00
Noah Gorny
6a69931240 Add license to invoke completion 2020-12-29 21:49:10 +02:00
Noah Gorny
f221cdca9e Clarify license on bundler completion 2020-12-29 21:49:10 +02:00
Noah Gorny
17211b0b1a Add license to apm completion script 2020-12-29 21:49:10 +02:00
Noah Gorny
2329b4395b Add license notice to gradle completion 2020-12-29 21:49:10 +02:00
Noah Gorny
3a2ccd3792 Add license notice to django completion 2020-12-29 21:49:10 +02:00
Ira Abramov
5a85126241 complete cleanup of the knife completion file 2020-12-07 18:06:27 +02:00
Ira Abramov
6bcabb1503 Merge branch 'master' into ira/fix-knife-load
* master:
  github: Add no-response bot
  Update contribution.rst
  Add cargo completion
  Add completion for pipx. (#1719)
  Add github action to replace travis
  Address some comments.
  Add in_toolbox prompt to powerline themes
  Update atomic.theme.bash
  Add rustup completion to clean_files.txt
  Add rustup completion
  Move README to be under docs/
  docs: Transition md files to support new rtd format
  pre-commit: Exclude docs _build folder
  Add aliases for GIT-SVN (rebase and dcommit)
2020-12-07 17:33:54 +02:00
Nariyasu Heseri
4d51bfcaf4 Add cargo completion 2020-12-06 15:22:36 +09:00
NariyasuHeseri
4a5ea95e2e Add completion for pipx. (#1719)
* Add completion for pipx.

* Add pipx  completion to clean_files.txt.

* Format pipx.completion.bash to match the project's coding style.

* Format pipx.completion.bash with ./lint_clean_files.sh.
2020-12-05 18:33:50 +02:00
Noah Gorny
06b1ffecc0 Add rustup completion 2020-11-20 13:01:25 +02:00
Ira Abramov
d84d6a8356 Add a credit comment 2020-11-08 18:48:29 +02:00
Ira Abramov
f5fe3dbeb0 shell-check fixes 2020-11-08 17:57:54 +02:00
Ira Abramov
689758cf71 pre-commit fixes. 2020-11-08 17:40:45 +02:00
Ira Abramov
889259dfec Cut 30s vrom the knife completion init time. 2020-11-08 17:33:21 +02:00
Noah Gorny
1f5d9b757f Fix newline and trailing space issues 2020-10-29 19:57:14 +02:00
Noah Gorny
507e4bec82 Convert files with spaces and tabs to only spaces 2020-10-29 19:57:14 +02:00
Ira Abramov
3a1283dad5 Fix EOF 2020-10-29 19:57:14 +02:00
Ira Abramov
c42e3e8b21 Removed trailing whitespaces 2020-10-29 19:57:14 +02:00
Noah Gorny
8a36f21ca1 Add _binary_exists and use in github-cli completion
gh was also used as an git alias, and caused _command_exists to not fail as expected
2020-10-21 00:14:11 +03:00
Noah Gorny
c387517122 Merge pull request #1626 from NoahGorny/update-to-stable-or-unstable
bash-it update to stable or dev
2020-10-16 14:16:06 +03:00
Nils Winkler
27702f648c Merge pull request #1672 from NoahGorny/bash-it-reset
Add bash-it restart command
2020-10-16 08:42:38 +02:00
Grzegorz Szczudlik
ecef6ed008 Add Kind support 2020-10-15 10:27:18 +02:00
Noah Gorny
2fd1cd66e4 completion: Add --silent and -s completion 2020-10-13 14:42:02 +03:00
Noah Gorny
1bdcacf242 completion: Update completion for new bash-it update
Also fix the update completion test
2020-10-13 14:42:02 +03:00
Noah Gorny
f4279e63c1 Add bash-it restart command
Also add completion and completion tests
2020-10-12 15:29:36 +03:00
Noah Gorny
92a1310bc2 Remove deprecated and unused gh completion/plugin 2020-10-10 02:54:58 +03:00
Noah Gorny
e010512dee completion: github: Use _log_warning instead of simple echo 2020-10-10 02:41:45 +03:00
Travis Swicegood
582ea5c260 Update based on @nwinkler's feedback 2020-10-10 02:39:05 +03:00
Travis Swicegood
11819278b4 Add GitHub CLI completion 2020-10-10 02:36:17 +03:00
cornfeedhobo
f40bfa80f1 system completion nitpicks
- General cleanup of system completion
- Use homebrew's completion loading script instead
- Deprecate completions covered by system
- Adjust load priority of brew to happen after system
2020-09-21 09:07:09 -05:00
Nils Winkler
230bafd0d1 Fixed OS comparison for macOS
This was always failing on macOS instead of working there...

See #1635 for the original commit that introduced this issue.
2020-08-10 09:06:36 +02:00
Kan Li
41084ee678 Fix error "bash: _git_bash_completion_found: command not found..." 2020-08-08 22:09:43 -07:00
cornfeedhobo
42e9017df3 simplify git completion to use system-provided completions only (#1635)
* simplify git completion to use system-provided completions only

* support ubuntu git completion

* only search non-system paths

* only operate on macos.

* no need to return 1 in a plugin

* make alias test happy

* make alias test happy

* make alias test happy

* pass exit code when capturing expected errors

* slightly more understandable code structure

* make better use of the new logging feature
2020-08-08 22:14:41 +02:00
cornfeedhobo
e4b856b67b use terraform to complete itself 2020-08-03 17:41:21 -05:00
cornfeedhobo
4734505af8 add logging for improperly prepared environments and better error handling. 2020-07-12 16:20:50 -05:00
KID the Euforia
e9c01e1843 completion/ssh: support sftp command
Signed-off-by: KID the Euforia <kid0725+github@gmail.com>
2020-07-09 18:51:48 +09:00
Noah Gorny
1e674643b3 completion: Add bash-it doctor completion
Also fix the tests and add a new one
2020-06-23 15:12:43 +03: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