Tmux
Lets you switch easily between several programs in one terminal.
Installation
Section titled “Installation”sudo apt install tmuxtmuxusage: tmux [-2CluvV] [-c shell-command] [-f file] [-L socket-name]
[-S socket-path] [command [flags]]Examples
Section titled “Examples”Start tmux
Section titled “Start tmux”tmuxDetach tmux session
Section titled “Detach tmux session”ctrl + b; dAttach tmux session
Section titled “Attach tmux session”tmux attach -t <name-or-id>List running tmux
Section titled “List running tmux”tmux lsRun command without entering tmux session
Section titled “Run command without entering tmux session”tmux new-session -d -s "<session-name>" "command-to-run"