TMUX
JSON →Lets agents create sessions, split panes, run commands, and capture output with TMUX
Tools · 10
- list_sessions List all tmux sessions
- create_session Create a new tmux session
- kill_session Kill a tmux session
- list_windows List windows in a tmux session
- list_panes List panes in a tmux window
- send_keys Send keys to a tmux pane
- capture_pane Capture content from a tmux pane
- split_window Split a tmux window
- select_pane Select a tmux pane
- resize_pane Resize a tmux pane
Links
★ 24 GitHub stars