Tmux

tmux is a free terminal multiplexer developed as a simple, modern, BSD licensed alternative to programs such as GNU Screen. It allows a number of terminals (or windows) to be accessed and controlled from a single terminal instance. Like GNU Screen, it is useful for dealing with multiple programs from the command line, and for detaching programs from the shell that spawned the program.
Features
Similarly to the way other terminal multiplexers like, Twin, and GNU Screen work, tmux can be thought of as a text user interface version of a window manager. Features include:
;Client/server System: sessions run as clients for a single server instance, created automatically if no server is already running
;Multiplexing: multiple terminal sessions, or "windows", managed within the same tmux session
;Per-session Options: inherited from global options if not set
;Persistence: the ability to attach and detach tmux sessions, leaving any shells (and their subprocesses) managed by tmux running while detached
;Shared sessions: more than one user at a time can attach to the same tmux session
;Window options: including maximum width and height and the ability to split windows into several panes
 
< Prev   Next >