tmux

Terminal multiplexer for managing multiple shell sessions

brewmacoslinux
Try with needOr install directly
Source

About

Terminal multiplexer

Commands

tmux

Examples

Create a new tmux session named 'work'$ tmux new-session -s work
Split current window into left and right panes$ tmux split-window -h
Attach to an existing session named 'work'$ tmux attach-session -t work