From 5a9cc579193bdad3359dd0d906cb751d698b0922 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Sat, 5 Jun 2021 08:33:33 -0600 Subject: [PATCH 1/2] Add kubectl-fzf tab completion Tab-completion for `kubectl`, powered by `fzf`. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 16bdcc2..dc436b3 100644 --- a/README.md +++ b/README.md @@ -1138,6 +1138,7 @@ These plugins add tab completions without adding extra functions or aliases. * [keybase](https://github.com/rbirnie/oh-my-zsh-keybase) - Completions for [keybase](https://keybase.io/docs/command_line). * [kompose](https://github.com/gantsign/zsh-plugins/tree/master/kompose) - Add tab completions for [Kompose](http://kompose.io/). * [kubeadm](https://github.com/gantsign/zsh-plugins/tree/master/kubeadm) - Add tab completions for [kubeadm](https://kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm/). +* [kubectl-fzf](https://github.com/bonnefoa/kubectl-fzf) - Fast and powerful [`fzf`](https://github.com/junegunn/fzf)-powered autocompletion for `kubectl`. * [lets](https://github.com/lets-cli/lets-zsh-plugin) - Add autocompletion for [lets](https://github.com/lets-cli/lets) cli task runner. * [mooseX-App](https://github.com/perlpunk/MooseX-App-Plugin-ZshCompletion) - completion generator for Perl module `MooseX::App`. * [more-completions](https://github.com/MenkeTechnologies/zsh-more-completions) - 10500 zsh compsys completions! From 5f0bebcdf40453e81fe9018a98cfa4f9c8b299df Mon Sep 17 00:00:00 2001 From: Joe Block Date: Sat, 5 Jun 2021 09:02:03 -0600 Subject: [PATCH 2/2] Add git-fuzzy plugin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dc436b3..6922aec 100644 --- a/README.md +++ b/README.md @@ -647,6 +647,7 @@ This section is for full setup dropins - they aren't frameworks, but they're not * [git-complete-urls](https://github.com/rapgenic/zsh-git-complete-urls) - Enhance `git` completion to include in the remotes completion (e.g. from `git clone`) any URL in the clipboard. * [git-extra-commands](https://github.com/unixorn/git-extra-commands) - Extra `git` helper scripts packaged as a plugin. * [git-flow-avh](https://github.com/nekofar/zsh-git-flow-avh) - Adds short aliases for the `git-flow` commands. +* [git-fuzzy](https://github.com/bigH/git-fuzzy) - A CLI interface to `git` that relies heavily on [`fzf`](https://github.com/junegunn/fzf). * [git-ignore](https://github.com/laggardkernel/git-ignore) - Generates `.gitignore` files from gitignore.io **offline**. `fzf`, completion, preview integrated. * [git-it-on](https://github.com/peterhurford/git-it-on.zsh) - Adds ability to open a folder in your current branch on GitHub. * [git-lfs](https://github.com/nekofar/zsh-git-lfs) - Adds short aliases for the git-lfs commands.