From 6397fb3c9e320700d2aa5041720a6be80a7889f6 Mon Sep 17 00:00:00 2001 From: Zer0 Date: Fri, 22 May 2026 14:29:27 -0300 Subject: [PATCH] Add gitpulse: git productivity CLI --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 2af9081..7c28364 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [git-branchcut](#git-branchcut) - [git-exfiltrate](#git-exfiltrate) - [git-spend](#git-spend) +- [gitpulse](#gitpulse) ## [git-extras](https://github.com/tj/git-extras) @@ -2062,6 +2063,22 @@ $ git spend sum --author stevemao --author antoine@goutenoir.com --since tags/v1 ``` + +## [gitpulse](https://github.com/milishiajay/gitpulse) + +Git productivity CLI — commit stats, author leaderboard, activity sparklines. + +``` +$ gitpulse stats +Total commits: 1,432 +Active days : 89 +Longest streak: 12 days + +Author Leaderboard: + alice ████████████████████ 487 (34.0%) + bob ██████████ 241 (16.8%) +``` + ## License [![CC0](https://i.creativecommons.org/p/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0/)