mirror of
https://github.com/unixorn/awesome-zsh-plugins
synced 2025-02-16 15:28:24 +00:00
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:
parent
81558cb8d4
commit
c17f568598
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue