Command & Control interface for tmux.
Has few handy aliases to make using tmux easier
stop ID
- Stop currently running process [Ctrl + C]terminate ID
- Terminate currently running process [Ctrl + Z]pause ID
- Pause process [Ctrl + S]unpause ID
- Unpause process [Ctrl + Q]res up|down|left|right [size]
- Resize current panesplit ID h/v [Percent]
- Split paneclose ID
- Close panefocus ID
- Focus on a panesend ID 'command'
- Pass command directly to a paneupload ID /path/to/file
- Upload file to a remote clientdownload ID /path/to/file
- Download file from remote clientrun ID /path/to/script
- Run local script in a pane
Variable
ID
is pane ID,
ALL
can also be used to execute on all panes except currently active.
Split pane h = horizontally | v = vertically.
There is demo script using xdotool available, just start
tmuxcnc.sh
then from there startdemo.sh
and enjoy the show