boxmux 0.240.3373

YAML-driven terminal UI framework for rich, interactive CLI applications and dashboards with PTY support
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
layouts:
  - name: "test_child_process"
    muxboxes:
      - id: "test_pty"
        bounds: { x: "0%", y: "0%", width: "100%", height: "100%" }
        border: { style: "rounded", fg_color: "blue" }
        title: "PTY Child Process Test"
        execution_mode: "pty"
        script:
          - "./test_child_process.sh"
        auto_refresh: false

active_layout: "test_child_process"