Difference between revisions of "Tmux"
m (the bullet points don't seem to work.) |
(updates) |
||
Line 1: | Line 1: | ||
{{Entry | {{Entry | ||
− | |Name= | + | |Name=Tmux |
|Short description=Terminal Multiplexer | |Short description=Terminal Multiplexer | ||
− | |Full description= | + | |Full description='''tmux is a terminal multiplexer''' that allows users to run and control several terminals, each running different programs, from a single window. Detached sessions of tmux may continue working in the background, to be later re-attached at will. |
|Homepage URL=http://tmux.sourceforge.net/ | |Homepage URL=http://tmux.sourceforge.net/ | ||
− | |VCS checkout command=git:// | + | |VCS checkout command=git clone git://git.code.sf.net/p/tmux/tmux-code tmux |
|Computer languages=C, bourne shell scripting | |Computer languages=C, bourne shell scripting | ||
− | |Documentation note=[http://www.openbsd.org/cgi-bin/man.cgi?query=tmux& | + | |Documentation note=For documentation on using tmux, see the [http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/tmux.1?query=tmux&sec=1 tmux.1 manpage]. |
− | + | ||
+ | It can be viewed from the source tree with: | ||
+ | |||
+ | $ nroff -mdoc tmux.1|less | ||
|IRC help=irc://irc.freenode.net/tmux | |IRC help=irc://irc.freenode.net/tmux | ||
|IRC general=irc://irc.freenode.net/tmux | |IRC general=irc://irc.freenode.net/tmux | ||
|Related projects=screen | |Related projects=screen | ||
− | |Version identifier=1. | + | |Version identifier=1.9a |
+ | |Version date=2014/02/22 | ||
|Version status=stable | |Version status=stable | ||
− | |Version download=http://downloads.sourceforge.net/tmux/tmux-1. | + | |Version download=http://downloads.sourceforge.net/tmux/tmux-1.9a.tar.gz |
+ | |Last review by=Genium | ||
+ | |Last review date=2014/11/11 | ||
|Submitted by=cesargnu | |Submitted by=cesargnu | ||
|Submitted date=2012/10/19 | |Submitted date=2012/10/19 | ||
+ | |Status= | ||
|Is GNU=No | |Is GNU=No | ||
}} | }} | ||
Line 22: | Line 29: | ||
|License verified by=Cesar Gil | |License verified by=Cesar Gil | ||
|License verified date=2012-10-19 | |License verified date=2012-10-19 | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource audience=Users & Developers | ||
+ | |Resource kind=Mailing List | ||
+ | |Resource URL=http://sourceforge.net/p/tmux/mailman/ | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource audience=Users & Developers | ||
+ | |Resource kind=E-mail | ||
+ | |Resource URL=tmux-users@lists.sourceforge.net | ||
}} | }} | ||
{{Software category | {{Software category | ||
Line 27: | Line 44: | ||
|System-administration=remote-administration | |System-administration=remote-administration | ||
|Use=software-development | |Use=software-development | ||
+ | }} | ||
+ | {{Software prerequisite | ||
+ | |Prerequisite kind=Required to use | ||
+ | |Prerequisite description=libevent | ||
}} | }} | ||
{{Featured}} | {{Featured}} |
Revision as of 00:09, 11 November 2014
Tmux
https://github.com/tmux/tmux/wiki
Terminal multiplexer
tmux is a terminal multiplexer that allows users to run and control several terminals, each running different programs, from a single window.
Detached sessions of tmux may continue working in the background, to be later re-attached at will.
Download
https://github.com/tmux/tmux/releases/tag/3.2a
version 3.2a
(stable)
released on 10 June 2021
Donate link
https://liberapay.com/tmux
VCS Checkout
git clone https://github.com/tmux/tmux.git
Categories
Licensing
License
Verified by
Verified on
Notes
Leaders and contributors
Resources and communication
Audience | Resource type | URI |
---|---|---|
GitHub – portable tmux version | https://github.com/tmux/tmux | |
Users & Developers | Mailing List | tmux-users@googlegroups.com |
VCS Repository Webview | https://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/tmux/ | |
Bug Tracking | https://github.com/tmux/tmux/issues | |
Changelog | https://raw.githubusercontent.com/tmux/tmux/3.2a/CHANGES | |
Debian (Ref) | https://tracker.debian.org/pkg/tmux |
Software prerequisites
Kind | Description |
---|---|
Required to use | make |
Required to use | libevent |
Required to use | ncurses |
Required to use | yacc (or bison) |
Required to use | pkg-config |
Required to use | C compiler |
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.