From 7e162c4bfb902910feb474aa41422f7eb5879a33 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Wed, 4 Jul 2018 07:55:49 -0600 Subject: [PATCH] Add zsh-git-complete-urls plugin Add [zsh-git-complete-urls](https://github.com/rapgenic/zsh-git-complete-urls) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8998d23..81e7b82 100644 --- a/README.md +++ b/README.md @@ -337,6 +337,7 @@ These frameworks make customizing your zsh setup easier. * [git-add-remote](https://github.com/caarlos0/git-add-remote) - Easily add the upstream remote to your git fork. * [git-aliases (mdumitru)](https://github.com/mdumitru/git-aliases) - Broken out version of the version in [oh-my-zsh](http://ohmyz.sh/) so users of other frameworks don't have to import all of OMZ. * [git-aliases.zsh](https://github.com/peterhurford/git-aliases.zsh) - Creates a lot of useful aliases for combinations of commonly used git commands. +* [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-it-on.zsh](https://github.com/peterhurford/git-it-on.zsh) - Adds ability to open a folder in your current branch on GitHub. * [git-plugin](https://github.com/rcruzper/zsh-git-plugin) - Adds some functions for git.