tmux

From Gangplank
Revision as of 13:07, 16 April 2021 by HR (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

tmux [1] is a terminal multiplexer [2] for Unix-like operating systems (e.g. Linux, Mac OS X, Rasperry Pi OS).

Background

If tmux is installed on a remote device it enables you to create persistent login sessions. Programms that you invoke during a session won't get automatically terminated if you log out or if the connection is interrupted. tmux also allows you to invoke multiple terminal windows, enabling you to do work in parallel without the need to connect multiple times to the remote device.

References

External links

https://tmux.github.io/