Menu

Post image 1
Post image 2
Post image 3
1 / 3
0

I built a CLI that tells you where you left off in your git repo

DEV Community·Maithil Patil·30 days ago
#5DOrmozL
#git#rust#opensource#ai#rewind#repo
Reading 0:00
15s threshold

I have a bad habit of jumping between projects. One day I'm fixing a bug in one repo, next day I'm adding a feature somewhere else, and by the time I come back to the first one I have absolutely no idea where I left off. So I do the ritual — git log, git diff, git status, stare at the screen for 5 minutes, slowly remember what I was doing. It's not a big deal. But it happens every single day. So I built rewind. You run it inside any git repo and it reads your branch, recent commits, staged and unstaged changes — and feeds all of it to an LLM that gives you a plain english briefing of exactly where you left off and what's unfinished. rewind That's it. No setup, no IDE, no agent loop burning through tokens. Just one binary, one command, one LLM call.…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More