<?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>Forem: rx76d</title>
    <description>The latest articles on Forem by rx76d (@rx76d).</description>
    <link>https://forem.com/rx76d</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%2F3674549%2F824cb0b6-8f6c-4b1f-9e5b-4d48b36d3912.png</url>
      <title>Forem: rx76d</title>
      <link>https://forem.com/rx76d</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/rx76d"/>
    <language>en</language>
    <item>
      <title>Speedrun your AI coding workflow.⚡️</title>
      <dc:creator>rx76d</dc:creator>
      <pubDate>Tue, 23 Dec 2025 06:57:24 +0000</pubDate>
      <link>https://forem.com/rx76d/speedrun-your-ai-coding-workflow-34de</link>
      <guid>https://forem.com/rx76d/speedrun-your-ai-coding-workflow-34de</guid>
      <description>&lt;p&gt;I got tired of the copy-paste chaos.&lt;/p&gt;

&lt;p&gt;You know the drill: Copy &lt;code&gt;index.ts&lt;/code&gt;, paste to ChatGPT. Copy &lt;code&gt;utils.ts&lt;/code&gt;, paste to AI. Write prompt. Copy code back. Paste into VS Code. Realize you pasted it in the wrong place.&lt;/p&gt;

&lt;p&gt;I wanted the speed of those expensive "AI IDEs" without the monthly subscription. So I built a bridge for my terminal.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Meet &lt;code&gt;aidx&lt;/code&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;It’s a zero-config CLI that handles the transport layer between your code and the AI.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;🚀 Try it out (No install needed)&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;npx aidx
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;🔄 How it works&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Grab Context&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;code&gt;npx aidx copy&lt;/code&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Scans your folder (ignores node_modules, .git, .env).&lt;/li&gt;
&lt;li&gt;Lets you pick files interactively.&lt;/li&gt;
&lt;li&gt;Copies them to your clipboard with a strict XML prompt for the AI.&lt;/li&gt;
&lt;/ul&gt;

&lt;ol&gt;
&lt;li&gt;Apply Changes&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;code&gt;npx aidx apply&lt;/code&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Reads the AI's XML response from your clipboard.&lt;/li&gt;
&lt;li&gt;Shows you a Git-style diff (Green + / Red -).&lt;/li&gt;
&lt;li&gt;Writes the changes to disk only after you confirm Y&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;💡 Why I use it daily&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;⚡️ Fast: No more Alt-Tabbing five times for one bug fix.&lt;/li&gt;
&lt;li&gt;🛡️ Safe: It scans for secrets (API keys) and blocks them before copying.&lt;/li&gt;
&lt;li&gt;💾 Backups: It automatically creates .bak files before overwriting anything.&lt;/li&gt;
&lt;li&gt;💸 Free: No API keys required. It uses your existing ChatGPT/Claude web session.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;🔗 Links&lt;/strong&gt;&lt;br&gt;
I'm really excited about this tool and how it streamlines my AI coding workflow. I'd love to hear your thoughts, suggestions for new features, or any bugs you might find!&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/rx76d/aidx" rel="noopener noreferrer"&gt;aidx-repo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Let's make AI coding more accessible for everyone.&lt;br&gt;
Happy coding!&lt;/p&gt;

&lt;h4&gt;
  
  
  rx76d
&lt;/h4&gt;

</description>
      <category>ai</category>
      <category>productivity</category>
      <category>opensource</category>
      <category>npm</category>
    </item>
  </channel>
</rss>
