From 53d518a8255e0deee349159f65ce4dcda7853ce4 Mon Sep 17 00:00:00 2001 From: Ron Borysowski Date: Thu, 7 May 2026 22:19:31 +0300 Subject: [PATCH] Add DPlex to Clients & GUIs DPlex is a desktop terminal multiplexer for Claude Code and Copilot CLI sessions. It auto-discovers every past session from each provider's data directory, lets users resume any of them in one click with the original CWD and resume command, and restores all open session tabs (including splits and tab order) across restarts. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3a5326d..ae33432 100644 --- a/README.md +++ b/README.md @@ -401,6 +401,7 @@ A curated list of awesome tools, skills, plugins, integrations, extensions, fram - [**ccmate-release**](https://github.com/djyde/ccmate-release) (57 ⭐) - A GUI for Claude Code. - [**Claude-Code-Web-GUI**](https://github.com/binggg/Claude-Code-Web-GUI) (56 ⭐) - Browse, view and share your Claude Code sessions - runs entirely in browser, no server required! - [**Claude in a Box**](https://github.com/juancgarza/claude-in-a-box) (48 ⭐) - A ChatGPT Canvas-style interface for Claude Code running in E2B sandboxes. +- [**DPlex**](https://github.com/Ron537/DPlex) - Desktop multiplexer for Claude Code and Copilot CLI sessions — auto-discovers past sessions, resumes any of them in one click, and restores all open session tabs (splits, CWDs, resume commands) across restarts. Cross-platform Electron app with split panes, projects, worktrees, and a built-in VSCode-style source control view. ---