<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Maithil Patil</title>
    <description>The latest articles on DEV Community by Maithil Patil (@chronos778).</description>
    <link>https://dev.to/chronos778</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3910073%2F8ef56b3b-303c-4293-97d3-678f8b91fd16.jpeg</url>
      <title>DEV Community: Maithil Patil</title>
      <link>https://dev.to/chronos778</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/chronos778"/>
    <language>en</language>
    <item>
      <title>I built a CLI that tells you where you left off in your git repo</title>
      <dc:creator>Maithil Patil</dc:creator>
      <pubDate>Sun, 03 May 2026 09:15:03 +0000</pubDate>
      <link>https://dev.to/chronos778/i-built-a-cli-that-tells-you-where-you-left-off-in-your-git-repo-18i</link>
      <guid>https://dev.to/chronos778/i-built-a-cli-that-tells-you-where-you-left-off-in-your-git-repo-18i</guid>
      <description>&lt;p&gt;I have a bad habit of jumping between projects.&lt;br&gt;
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.&lt;/p&gt;

&lt;p&gt;It's not a big deal. But it happens every single day.&lt;/p&gt;

&lt;p&gt;So I built rewind.&lt;br&gt;
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.&lt;/p&gt;

&lt;p&gt;rewind&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Foxuz3nm91fibabpbst5e.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Foxuz3nm91fibabpbst5e.png" alt=" " width="800" height="422"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;That's it. No setup, no IDE, no agent loop burning through tokens. Just one binary, one command, one LLM call.&lt;br&gt;
It also has a few extra commands I found myself needing:&lt;br&gt;
rewind commit — generates a conventional commit message from your staged changes&lt;br&gt;
rewind ask "did I finish the auth flow?" — ask anything specific about your current work&lt;br&gt;
Supports Groq, Gemini, OpenAI, and Ollama if you want it fully local with no data leaving your machine.&lt;/p&gt;

&lt;p&gt;cargo install git-rewind&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/Chronos778/git-rewind" rel="noopener noreferrer"&gt;https://github.com/Chronos778/git-rewind&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love feedback — on the idea, the UX, anything. Still early days.&lt;/p&gt;

</description>
      <category>git</category>
      <category>rust</category>
      <category>opensource</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
