From 97757da3e8ae3f3b9c0a0e1d8a036e0cef454eb8 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Wed, 3 Feb 2021 07:36:37 -0700 Subject: [PATCH 1/3] Update znap description --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f84e723..f2becf6 100644 --- a/README.md +++ b/README.md @@ -249,9 +249,9 @@ The project is very active – currently > 3000 commits. ### [znap](https://github.com/marlonrichert/zsh-snap) -**:zap:Znap** is a light-weight plugin manager for Zsh that's easy to grok. +**:zap:Znap** is a light-weight plugin manager & Git repo manager for ZSH that's easy to grok. While tailored for ZSH plugins specifically, Znap also functions as a general-pupose utility for managing Git repos. -Consisting of just ~16 kilobytes of source code (9 KB zipped), Znap does everything you need from a plugin manager, but without any bloat. +Znap Znap can: @@ -260,6 +260,8 @@ Znap can: - Cache those expensive `eval $(commands)`. - Clone or pull multiple repos in parallel. - Re-clone all your repos without you having to re-enter them. +- Multi-repo management +- Automatic `compinit` and `bashinit` - you no longer need them in your `.zshrc`, znap will do them automatically as needed. ### [zoppo](https://github.com/zoppo/zoppo) From 18ea748cbf2301d732a8156e5fe5a156d06bb2d3 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Wed, 3 Feb 2021 07:36:48 -0700 Subject: [PATCH 2/3] Add gitlab-runner tab completions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f2becf6..94e62dc 100644 --- a/README.md +++ b/README.md @@ -1062,6 +1062,7 @@ These plugins add tab completions without adding extra functions or aliases. * [gentoo](https://github.com/gentoo/gentoo-zsh-completions) - providing ZSH completion support to various Gentoo tools that lack completion scripts upstream. * [git-annex-completion](https://github.com/Schnouki/git-annex-zsh-completion) - Allows tab completion for most git-annex commands. * [git-flow-completion](https://github.com/bobthecow/git-flow-completion) - ZSH completion support for git-flow. +* [gitlab-runner](https://github.com/pseyfert/zsh-gitlab-runner-completion) - ZSH completions for gitlab-ci-multi-runner. * [gradle-completion (gradle)](https://github.com/gradle/gradle-completion) - Bash and ZSH completion support for gradle. * [gradle-completion (ninrod)](https://github.com/ninrod/gradle-zsh-completion) - ZSH completion support for gradle. * [grid5000-zsh-plugin](https://github.com/pmorillon/grid5000-zsh-plugin) - Grid 5000 plugin - adds theme, autocompletions. From cf9a131d031d691de81560597cc313de50adc028 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Wed, 3 Feb 2021 07:39:10 -0700 Subject: [PATCH 3/3] Add cargo completion --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 94e62dc..a74cbf6 100644 --- a/README.md +++ b/README.md @@ -1037,6 +1037,7 @@ These plugins add tab completions without adding extra functions or aliases. * [cabal-completion](https://github.com/ehamberg/zsh-cabal-completion) - Add tab completion for cabal. * [cabal](https://github.com/d12frosted/cabal.plugin.zsh) - Adds autocompletion for cabal. * [carapace](https://github.com/rsteube/carapace) - Completion generator for Bash, Elvish, Fish, Oil, Powershell, Xonsh and ZSH. Note - not dynamic, you have to explicitly run it to generate completions for a command. +* [cargo](https://github.com/MenkeTechnologies/zsh-cargo-completion) - All the functionality of the original OMZ cargo completion, with additional support for remote crates via `cargo search` in `cargo add`. * [carthage](https://github.com/squarefrog/zsh-carthage) - Provides completions and aliases for use with [Carthage](https://github.com/Carthage/Carthage). * [cf-zsh-autocomplete](https://github.com/norman-abramovitz/cf-zsh-autocomplete-plugin) - Adds autocomplete for all [Cloud Foundry CLI](https://docs.cloudfoundry.org/cf-cli/) commands. * [codeception](https://github.com/shengyou/codeception-zsh-plugin) - Adds command completion for the Codeception Testing Framework.