From f2f3494d1a7a6820590e3233f356086165036fbf Mon Sep 17 00:00:00 2001 From: Caleb Xu Date: Wed, 4 Jul 2018 08:45:58 -0700 Subject: [PATCH] Move git-quick-stats to the right place --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54f04ac..f8e0711 100644 --- a/README.md +++ b/README.md @@ -144,10 +144,10 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [doclt](https://github.com/omgimanerd/doclt) - A command line interface to Digital Ocean * [dokku](https://github.com/dokku/dokku) - Docker powered mini-Heroku. The smallest PaaS implementation you've ever seen. * [getopts](https://github.com/fisherman/getopts) - CLI parser for fish -* [git-quick-stats](https://github.com/arzzen/git-quick-stats) - Git quick statistics is a simple and efficient way to access various statistics in git repository. * [git-extra-commands](https://github.com/unixorn/git-extra-commands) - Many Git extra utilities. Churn, cut-branch, improved-merge and many more. * [git-extras](https://github.com/tj/git-extras) - Git utilities -- repo summary, repl, changelog population, author commit percentages and more * [git-open](https://github.com/paulirish/git-open) - Type `git open` to open the GitHub page or website for a repository in your browser +* [git-quick-stats](https://github.com/arzzen/git-quick-stats) - Git quick statistics is a simple and efficient way to access various statistics in git repository. * [git-semver](https://github.com/markchalloner/git-semver) - Git plugin for easing semantic versioning and changelog validation * [git-sh](https://github.com/rtomayko/git-sh) - A customized Bash environment suitable for Git work * [git-up](https://github.com/aanand/git-up) - Automatically rebase incoming changes instead of merging. Be polite!