Tmux
JSON →Interact with your Tmux sessions, windows and pane, execute commands in tmux panes and retrieve result.
Tools · 13
- list-sessions List all active tmux sessions
- find-session Find a tmux session by name
- list-windows List windows in a tmux session
- list-panes List panes in a tmux window
- capture-pane Capture content from a tmux pane
- create-session Create a new tmux session
- create-window Create a new window in a tmux session
- split-pane Split a tmux pane horizontally or vertically with optional size
- kill-session Kill a tmux session by ID
- kill-window Kill a tmux window by ID
- kill-pane Kill a tmux pane by ID
- execute-command Execute a command in a tmux pane
- get-command-result Get the result of an executed command
Links
★ 284 GitHub stars