[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live)

[Showcase](/c/showcase/41)

# introducing rekap, an open source cli to recap any git repo

0 views · 0 likes · 4 posts


Abhivarde (@abhivarde) · 2026-04-07 · ♥ 1

![image|680x450](upload://tLO0AwLOF5eiMNXi3WKd3LAbThd.png)

open any repo after days away and instantly see where you left off.

**rekap** shows:
- branch status
- last commit
- uncommitted files
- stash count
- language breakdown
- recent commits
- health grade from A to F

all in one clean terminal view.

to get started:
```bash
npx @abhivarde/rekap
````

would love feedback from the community on what else would make this useful in your daily git workflow 🖤


Amy Egan (@amyegan) · 2026-04-07 · ♥ 1

Nice! This will help me with all the examples I use


Abhivarde (@abhivarde) · 2026-04-07 · ♥ 1

love that 🖤 if anything feels missing or you have ideas to make it better, happy to implement and improve it


Abhivarde (@abhivarde) · 2026-04-09

quick update 🖤 rekap is fully open source now for anyone who wants to explore, use, or contribute.

- github: https://github.com/AbhiVarde/rekap
- npm: https://www.npmjs.com/package/@abhivarde/rekap
- npmx: https://npmx.dev/package/@abhivarde/rekap

if anything feels missing for your workflow, would love ideas, issues, or contributions 🙌🏻