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

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:

npx @abhivarde/rekap

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

1 Like

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

1 Like

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

1 Like

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

if anything feels missing for your workflow, would love ideas, issues, or contributions :raising_hands:t2:

1 Like

πš›πšŽπš”πšŠπš™ v1.1.0: org intelligence

shipped a new feature. you can now scan any public GitHub org straight from your terminal.

command result
rekap org <n> top 8 recently updated
rekap org <n> --sort stars top 8 most starred
rekap org <n> --sort forks top 8 most forked

no token. no config. no auth. tested it on vercel-labs:

recently updated most starred most forked

want to see it in action? demo on twitter, likes and reposts appreciated.
https://x.com/varde_abhi/status/2043671498439995816

to get started, try:
~ npx @abhivarde/rekap

full release notes β†’ GitHub - AbhiVarde/rekap: CLI tool to see exactly where you left off in any git repo. Β· GitHub

1 Like

Superb TUI!
I ran it on my website source code and it gave me an A for health score. Pretty proud of myself :joy:

2 Likes

Glad it helped! :raising_hands: Appreciate you trying it out

2 Likes

just shipped rekap standup

rekap standup β†’ today’s commits, cleaned up
rekap standup --week β†’ this week
rekap standup --copy β†’ paste-ready for slack

to get started, try:
~ πš—πš™πš‘ @πšŠπš‹πš‘πš’πšŸπšŠπš›πšπšŽ/πš›πšŽπš”πšŠπš™

no api key. no config. just git.

:tada: rekap now works with AI coding tools

Claude Code, Cursor, Copilot, Windsurf, and 10+ other tools can now understand rekap commands, repo summaries, standups, and org insights without pasting docs into chat.

npx skills add AbhiVarde/rekap

AI now knows rekap, standup, org, multi-repo scans, repo health, and more out of the box.

built for how developers actually work today.

skills: rekap β€” abhivarde/rekap
github: GitHub - AbhiVarde/rekap: CLI tool to see exactly where you left off in any git repo. Β· GitHub