<?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: Breno Alvim</title>
    <description>The latest articles on DEV Community by Breno Alvim (@brenoalvim).</description>
    <link>https://dev.to/brenoalvim</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F851831%2Ffddbf090-8caf-40aa-a155-f407378546f0.jpeg</url>
      <title>DEV Community: Breno Alvim</title>
      <link>https://dev.to/brenoalvim</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/brenoalvim"/>
    <language>en</language>
    <item>
      <title>Claude Terminal Hub: stop hunting for folders to resume Claude Code sessions</title>
      <dc:creator>Breno Alvim</dc:creator>
      <pubDate>Fri, 14 Aug 2026 21:06:42 +0000</pubDate>
      <link>https://dev.to/brenoalvim/claude-terminal-hub-stop-hunting-for-folders-to-resume-claude-code-sessions-2p4j</link>
      <guid>https://dev.to/brenoalvim/claude-terminal-hub-stop-hunting-for-folders-to-resume-claude-code-sessions-2p4j</guid>
      <description>&lt;p&gt;Every time I went back to an old Claude Code session, the process was the same: open Explorer, remember which folder that project lived in, open a terminal there, type &lt;code&gt;claude --resume &amp;lt;id&amp;gt;&lt;/code&gt; from memory or paste it from somewhere. I got tired of it and built &lt;strong&gt;Claude Terminal Hub&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;p&gt;It's a Windows desktop app, built with Electron, that lists your recent Claude Code sessions from every project on the machine in a single screen. It reads the &lt;code&gt;.jsonl&lt;/code&gt; files Claude Code writes to &lt;code&gt;~/.claude/projects&lt;/code&gt;, zero configuration needed. Each session shows an AI-generated title and the last prompt sent, sorted by recent activity.&lt;/p&gt;

&lt;p&gt;One click on a session opens a terminal panel in the right folder, already running &lt;code&gt;claude --resume&lt;/code&gt;. You can keep up to 4 panels open side by side, each one a real PowerShell process via &lt;code&gt;node-pty&lt;/code&gt;, not a fake console. Arrow keys, &lt;code&gt;vim&lt;/code&gt;, the Claude Code TUI itself, all work normally inside the panel.&lt;/p&gt;

&lt;h2&gt;
  
  
  Under the hood
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Main process (Node) reads only the first and last KB of each &lt;code&gt;.jsonl&lt;/code&gt; file, not the full transcript, to list sessions fast even with a large session history.&lt;/li&gt;
&lt;li&gt;A narrow &lt;code&gt;contextBridge&lt;/code&gt; between main and renderer, no broad IPC surface.&lt;/li&gt;
&lt;li&gt;React frontend, one &lt;code&gt;xterm.js&lt;/code&gt; instance per terminal panel.&lt;/li&gt;
&lt;li&gt;Each panel spawns a real PowerShell process through &lt;code&gt;node-pty&lt;/code&gt;, so shell state, arrow keys, and TUIs behave like a native terminal.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Getting it
&lt;/h2&gt;

&lt;p&gt;Windows installer ready (NSIS), no admin rights required. Open source on GitHub:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/obrenoalvim/claude-terminal-hub" rel="noopener noreferrer"&gt;https://github.com/obrenoalvim/claude-terminal-hub&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Does anyone else miss multiplexing Claude Code terminals like this, or already solved it a different way?&lt;/p&gt;

</description>
      <category>ai</category>
      <category>electron</category>
      <category>software</category>
      <category>tools</category>
    </item>
  </channel>
</rss>
