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:

πš›πšŽπš”πšŠπš™ 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