Add Freed-Wu/zsh-completions-for-cross-compilers

Add `Freed-Wu/zsh-completions-for-cross-compilers` tab completions.

Signed-off-by: Joe Block <jpb@unixorn.net>
This commit is contained in:
Joe Block 2023-05-07 07:26:13 -06:00
parent 81558cb8d4
commit c17f568598

View file

@ -231,6 +231,7 @@ A ZSH micro plugin manager.
### [zap](https://github.com/zap-zsh/zap)
**zap** is a minimal ZSH plugin manager.
### [zapack](https://github.com/aiya000/zsh-zapack)
**zapack** is a basic fast minimal ZSH plugin loader.
@ -1396,6 +1397,7 @@ These plugins add tab completions without adding extra functions or aliases.
- [completions (zsh-users)](https://github.com/zsh-users/zsh-completions) - A collection of extra completions for ZSH.
- [conda](https://github.com/conda-incubator/conda-zsh-completion) - ZSH tab completion for [conda](http://conda.pydata.org/).
- [cpan](https://github.com/MenkeTechnologies/zsh-cpan-completion) - Adds `cpan install word<tab>` and `cpanm install <tab>` to complete remote CPAN package names.
- [cross-compiler](https://github.com/Freed-Wu/zsh-completions-for-cross-compilers) - In cross compilations, there are many tools like x86_64-w64-mingw32-gcc, x86_64-linux-android32-clang, arm-none-eabi-gcc, etc. This plugin provides zsh completions for them.
- [ctop](https://github.com/gantsign/zsh-plugins/tree/master/ctop) - Tab completions for [ctop](https://github.com/bcicen/ctop).
- [dagger](https://github.com/jygastaud/dagger-oh-my-zsh) - Completions for dagger.
- [dbic](https://github.com/lejeunerenard/dbic-migration-env) - Automatically sets up Environment variables for DBIx::Class::Migration's script and Dancer.