abhivarde
(Abhivarde)
1
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 
1 Like
amyegan
(Amy Egan)
2
Nice! This will help me with all the examples I use
1 Like
abhivarde
(Abhivarde)
3
love that
if anything feels missing or you have ideas to make it better, happy to implement and improve it
1 Like
abhivarde
(Abhivarde)
4
quick update
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 
abhivarde
(Abhivarde)
5
πππππ 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