My goal was to remove all friction from coding in multiple terminal windows simultaneously
Posted by AntelopeTough1558@reddit | linux | View on Reddit | 0 comments
Managing multiple terminal windows (or terminal emulators on linux) is a nightmare in terms of keeping track of which terminal screen is which, having to check if any particular terminal has completed its process activity, compilation or AI coding agent activity, as well as having your mac dock full of little black box icons contributing to the messiness. This time-sink and annoyance is compounded by the existing limitations of the standard terminal screen, which is long overdue for an update.
Terminal Conductor fixes this by eliminating workspace friction, adding practical AI coding agent features, and bringing the terminal into the 21st century. Once you switch, you’ll never go back. FYI this was tested on an ubuntu distro, and clocked in at \~45mb of ram. However I host a .deb, .appimage and .rpm version on the website (www.terminalconductor.com).
Goal 1: Harmonious Workspace Management
- Browser-Like Tabs: Run all terminals in one app. Navigate using horizontal tabs, vertical tabs, or a retro 1992 UI mode.
- Smart Indicators: Tabs change color based on the active AI agent (e.g., blue for Codex, orange for Claude) and pulse when processing.
- Tab Groups: Organize and hide tabs by project to declutter your screen.
- Bulletproof Sessions: Every tab is a shell (tmux for SSH). If you disconnect or sleep your Mac, just relaunch exactly where you left off. Lose your anxiety, not your work.
- Instant Connections: Pin go-to SSH environments to seamlessly connect in a new tab, with optional, secure local password retention.
Goal 2: Built for AI Coding Agents
- Group Broadcasting: Send a single command (like
/compact) to all terminals in a group simultaneously. - Cross-Tab Chat: Instruct an agent in one tab to message the agent in another using custom commands.
- Instant Forking: Branch conversations instantly into a new tab with
/fork. (Adds missing fork functionality to Gemini and Qwen CLIs!). - 1-Click Resume: Save and resume agent sessions instantly from the side panel, with options to bypass repetitive permission prompts so you can breeze into your work.
- Context-Aware Panels: Automatically detects your active agent to display their specific forward-slash commands. Side panels also track command history and active processes across all tabs.
Goal 3: A Modernized Terminal
- Click-to-Edit: Stop holding down the arrow key. Left-click anywhere in a long prompt to instantly place your cursor.
- Drag & Drop Images: Copy-paste or drag images directly into the prompt for AI agents to read—even over SSH.
- Frictionless SSH: Auto-keepalive prevents timeouts. Built-in support for Pubkey auth, port forwarding, and dropping files directly to remote agents.
- Absolute Privacy: 100% local SQLite storage. Zero telemetry, no tracking, no logins. Pasted images auto-delete within 24 hours.
- Global Support: Full UI localized in Mandarin, Korean, Cyrillic, Arabic, French, and Spanish.
Like I said, the goal was to make managing terminal/command windows simpler & with features to speed up your workflow. Take a look at the website (www.terminalconductor.com) if you'd like to see the app in action.