From 68da03ea9d0230d2d9ee12df0ff5aca4bab19e88 Mon Sep 17 00:00:00 2001 From: Edwin Kofler Date: Wed, 11 Oct 2023 22:46:10 -0700 Subject: [PATCH] Add link to `git-scripts` --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c9b28de..4e219f7 100644 --- a/README.md +++ b/README.md @@ -210,6 +210,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [forgit](https://github.com/wfxr/forgit) - Utility tool for `git` taking advantage of fuzzy finder fzf. * [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-scripts](https://github.com/jwiegley/git-scripts) - A bunch of random scripts written, downloaded, or clipped from #git. * [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