What problem does it solve?
This Skill allows you to efficiently manage and interact with terminal panes within tmux, enabling you to run commands, monitor processes, and work with TUI applications seamlessly.
Core Features & Use Cases
- Pane Management: Discover, select, and create tmux panes for executing tasks.
- Command Execution: Send shell commands and special key sequences to specific panes.
- Output Monitoring: Capture pane output to inspect results and process status.
- TUI Interaction: Interact with running TUI applications like lazygit or nvim.
- Use Case: When you need to run a long-running build process in a separate pane, monitor its output, and then interact with a TUI like lazygit to commit changes, this skill provides the necessary tools.
Quick Start
Use the tmux-tui skill to run the 'npm run build' command in pane %5.