A lightweight terminal multiplexer built in pure C. Split your terminal into multiple panes, manage sessions, and keep processes running in the background — all within the ScorpioX Code ecosystem.
| Flag | Short | Description | Takes Value |
|---|---|---|---|
| --help | -h | Show help message and usage information | No |
| -s | — | Specify session name to create or attach to | Yes |
# Start a new multiplexer session with default name
scorpiox-multiplexer
# Create a named session
scorpiox-multiplexer -s dev-workspace
# Reattach to an existing named session
scorpiox-multiplexer -s dev-workspace
# Show help and available options
scorpiox-multiplexer --help
# Create a session for a long-running build
scorpiox-multiplexer -s build-server
# Then run your build inside the session — it persists if you disconnect
# Use with scorpiox-tmux for advanced layout management
scorpiox-multiplexer -s project
# Split panes, run editors, logs, and servers side by side