Split tmux windows into multiple panes and run commands in parallel
Ultimate terminal divider powered by tmux
xpanes
$ xpanes -c 'ssh user@{}' host1 host2 host3
$ xpanes -l ev 'echo pane-{}' 1 2 3 4
$ xpanes -c 'cd {} && ls' /tmp /var /home