tmux
popularlocal-onlyshell utilitiesbrew
tmux · The standard terminal multiplexer for persistent sessions.
$ brew install tmuxOne-liner to try
$ tmux new -s workAgent pack
Quick reference
Install
brew install tmuxVerify
tmux --versionFirst command
tmux new -s workMachine JSON
/cli/tmux.jsonAbout
The standard terminal multiplexer for persistent sessions. Built by tmux. Start with `tmux new -s work` and go from there. Runs entirely on your machine.
Example workflow
1. tmux new -s work2. tmux ls3. tmux attach -t work