tmux-xpanes

Split tmux windows into multiple panes and run commands in parallel

brewmacoslinux
Try with needOr install directly
Source

About

Ultimate terminal divider powered by tmux

Commands

xpanes

Examples

Run the same command across multiple hosts$ xpanes -c 'ssh user@{}' host1 host2 host3
Split window into 4 panes and execute commands in each$ xpanes -l ev 'echo pane-{}' 1 2 3 4
Create panes from a list of directories and cd into each$ xpanes -c 'cd {} && ls' /tmp /var /home