In iTerm2: Settings → Profiles → + to create each profile.
For each profile, set:
- General → Command:
mosh dev@62.171.177.227 -- /home/dev/.local/bin/zs SESSION_NAME
- General → Send text at start: (leave empty, mosh handles it)
| Setting |
Value |
| Name |
hc-central |
| Command |
mosh dev@62.171.177.227 -- /home/dev/.local/bin/zs |
| Badge |
hc |
Opens a menu to pick/create a Zellij session.
| Setting |
Value |
| Name |
Orchestrator |
| Command |
mosh dev@62.171.177.227 -- zellij attach orchestrator |
| Badge |
orch |
| Tab color |
Purple |
| Setting |
Value |
| Name |
Evidence |
| Command |
mosh dev@62.171.177.227 -- zellij attach hc-evidence |
| Badge |
evi |
| Tab color |
Blue |
| Setting |
Value |
| Name |
Portal |
| Command |
mosh dev@62.171.177.227 -- zellij attach hc-portal |
| Badge |
portal |
| Tab color |
Green |
| Setting |
Value |
| Name |
Knowledge MCP |
| Command |
mosh dev@62.171.177.227 -- zellij attach hc-knowledge-mcp |
| Badge |
mcp |
| Tab color |
Orange |
In iTerm2 Settings → Keys → Key Bindings, add:
| Shortcut |
Action |
Profile |
⌃⌥O |
New Tab with Profile → Orchestrator |
Orchestrator |
⌃⌥E |
New Tab with Profile → Evidence |
Evidence |
⌃⌥P |
New Tab with Profile → Portal |
Portal |
⌃⌥S |
New Tab with Profile → Session Picker |
hc-central |
zs is a session picker script at /home/dev/.local/bin/zs:
zs # interactive picker
zs orchestrator # attach or create "orchestrator"
zs hc-evidence # attach or create "hc-evidence"