francisco.trejo.dev
← Back to projects

Terminal Manager

open-source

Terminal orchestration that surfaces what every session is running, in real time.

Overview

Built for developers who live in the shell. Plugs into a UI layer to surface real-time status of every terminal instance — what each session is running and its current state — for users operating fully terminal-based workflows.

Problem

Long-running engineers end up with 20+ terminal tabs, no way to know what's running where, and no way to act on them collectively. tmux solves the multiplexing problem but not the visibility problem.

Why it matters

Terminal-native workflows are growing again — coding agents, parallel test runs, dev shells, MCP servers. A management layer over them is overdue.

Architecture

TBD — process inspection model, IPC/event layer, UI integration.

Stack

TBD

What I learned

TBD — what shipping a dev-tool in the open taught you.

Links