Difference between revisions of "Tmux"
m (format) |
|||
(5 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
|Name=Tmux | |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. | Detached sessions of tmux may continue working in the background, to be later re-attached at will. | ||
|Homepage URL=https://github.com/tmux/tmux/wiki | |Homepage URL=https://github.com/tmux/tmux/wiki | ||
+ | |Version download=https://github.com/tmux/tmux/releases/tag/3.2a | ||
|Is High Priority Project=No | |Is High Priority Project=No | ||
|VCS checkout command=git clone https://github.com/tmux/tmux.git | |VCS checkout command=git clone https://github.com/tmux/tmux.git | ||
|Computer languages=C, Shell | |Computer languages=C, Shell | ||
|Documentation note=[http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/tmux.1?query=tmux&sec=1 Manual page] | |Documentation note=[http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/tmux.1?query=tmux&sec=1 Manual page] | ||
− | |Decommissioned | + | |Decommissioned or Obsolete=No |
− | |||
|IRC general=irc://irc.freenode.net/tmux | |IRC general=irc://irc.freenode.net/tmux | ||
|Related projects=Screen | |Related projects=Screen | ||
− | |Version identifier= | + | |Version identifier=3.1b |
− | |Version date= | + | |Version date=2020/05/04 |
|Version status=stable | |Version status=stable | ||
− | |||
− | |||
|Last review by=SquireOfGothos | |Last review by=SquireOfGothos | ||
− | |Last review date= | + | |Last review date=2020/08/01 |
− | |||
|Submitted date=2012/10/19 | |Submitted date=2012/10/19 | ||
+ | |Accepts cryptocurrency donations=No | ||
+ | |Test entry=No | ||
|Is GNU=No | |Is GNU=No | ||
}} | }} | ||
{{Project license | {{Project license | ||
|License=ISC | |License=ISC | ||
+ | |License copyright=tbd | ||
|License verified by=Cesar Gil | |License verified by=Cesar Gil | ||
|License verified date=2012-10-19 | |License verified date=2012-10-19 | ||
+ | |License note=[https://github.com/tmux/tmux/blob/master/COPYING License] | ||
+ | }} | ||
+ | {{Software category | ||
+ | |Interface=command-line, text | ||
+ | |System-administration=remote-administration | ||
+ | |Use=software-development | ||
+ | }} | ||
+ | {{EntryGNU | ||
+ | |Is GNU=No | ||
+ | }} | ||
+ | {{Software prerequisite | ||
+ | |Prerequisite kind=Required to use | ||
+ | |Prerequisite description=libevent | ||
+ | }} | ||
+ | {{Software prerequisite | ||
+ | |Prerequisite kind=Required to use | ||
+ | |Prerequisite description=ncurses | ||
+ | }} | ||
+ | {{Software prerequisite | ||
+ | |Prerequisite kind=Required to use | ||
+ | |Prerequisite description=C compiler | ||
+ | }} | ||
+ | {{Software prerequisite | ||
+ | |Prerequisite kind=Required to use | ||
+ | |Prerequisite description=make | ||
+ | }} | ||
+ | {{Software prerequisite | ||
+ | |Prerequisite kind=Required to use | ||
+ | |Prerequisite description=yacc (or bison) | ||
+ | }} | ||
+ | {{Software prerequisite | ||
+ | |Prerequisite kind=Required to use | ||
+ | |Prerequisite description=pkg-config | ||
}} | }} | ||
{{Resource | {{Resource | ||
Line 39: | Line 72: | ||
|Resource URL=tmux-users@googlegroups.com | |Resource URL=tmux-users@googlegroups.com | ||
}} | }} | ||
− | {{ | + | {{Resource |
− | | | + | |Resource kind=Bug Tracking |
− | | | + | |Resource URL=https://github.com/tmux/tmux/issues |
− | | | + | }} |
+ | {{Resource | ||
+ | |Resource kind=Changelog | ||
+ | |Resource URL=https://raw.githubusercontent.com/tmux/tmux/3.2a/CHANGES | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource kind=VCS Repository Webview | ||
+ | |Resource URL=https://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/tmux/ | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource audience=GitHub – portable tmux version | ||
+ | |Resource URL=https://github.com/tmux/tmux | ||
}} | }} | ||
− | {{ | + | {{EntryDetails |
− | | | + | |Is High Priority Project=No |
− | | | + | |VCS checkout command=git clone https://github.com/tmux/tmux.git |
+ | |Decommissioned or Obsolete=No | ||
+ | |Donate=https://liberapay.com/tmux | ||
+ | |Version identifier=3.2a | ||
+ | |Version date=2021-06-10 | ||
+ | |Version status=stable | ||
+ | |Accepts cryptocurrency donations=No | ||
+ | |Test entry=No | ||
}} | }} | ||
{{Featured}} | {{Featured}} |
Latest revision as of 05:43, 21 October 2021
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.