iTS – iTerm2 splitter for multiple command panes automation (Mac only)
9 months ago, June 17, 2025
Reading time: 1 mins
Do you work on a project that requires you to run 10 different servers in dev mode so you can keep track of what is being logged?
There is an easy solution for you.
https://github.com/dejavu1987/iterm-splitter
You can have a plain text file like the following
ls -la
htop
df -h
top
Then run `its` which will execute each command on a new pane.
You can have several of these command list files in all your projects, so that even if you are working on 10 very complex projects, running them will be easy.