From 5f0bebcdf40453e81fe9018a98cfa4f9c8b299df Mon Sep 17 00:00:00 2001 From: Joe Block Date: Sat, 5 Jun 2021 09:02:03 -0600 Subject: [PATCH] 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.