From 6af2c6dafe9a5f2054349dbc0141072fbe47f924 Mon Sep 17 00:00:00 2001 From: Boon at Shift Date: Fri, 27 Dec 2019 12:30:36 +0800 Subject: [PATCH] Add gstats listing. A simple developer friendly tool when working with multiple GIT repositories with WIP. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d4d6068..3049475 100644 --- a/README.md +++ b/README.md @@ -368,6 +368,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/ * [dan-t/rusty-tags](https://github.com/dan-t/rusty-tags) — create ctags/etags for a cargo project and all of its dependencies [](https://travis-ci.org/dan-t/rusty-tags) * [frewsxcv/crate-deps](https://github.com/frewsxcv/crate-deps) — generates images of dependency graphs for crates hosted on crates.io * [git-journal](https://github.com/saschagrunert/git-journal/) — The Git Commit Message and Changelog Generation Framework [](https://travis-ci.org/saschagrunert/git-journal) +* [gstats](https://github.com/boonshift/gstats/) - command line tool to print a developer handy summary of all git repositories below current directory * [rust-lang-nursery/rustfix](https://github.com/rust-lang/rustfix) — automatically applies the suggestions made by rustc [](https://travis-ci.org/killercup/rustfix) * [just](https://github.com/casey/just) — A handy command runner for project-specific tasks [](https://travis-ci.org/casey/just) * [Module Linker](https://github.com/fiatjaf/module-linker) — Extension that adds `` links to references in `mod`, `use` and `extern crate` statements at GitHub.