Skip to content

nebel/tmux

This branch is 807 commits behind tmux/tmux:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5c5712b · Dec 10, 2021
Nov 11, 2021
Mar 8, 2021
Aug 16, 2021
Sep 10, 2021
Jun 4, 2015
Aug 30, 2021
Oct 29, 2021
Nov 9, 2020
Jul 19, 2016
May 19, 2020
Sep 21, 2021
Mar 26, 2019
Sep 15, 2021
Nov 11, 2021
Nov 11, 2021
Aug 14, 2021
Apr 12, 2021
Nov 2, 2021
Apr 23, 2020
Mar 22, 2017
Aug 21, 2021
Aug 27, 2021
Aug 21, 2021
Aug 27, 2021
Aug 21, 2021
Aug 21, 2021
Aug 27, 2021
Sep 22, 2021
Oct 28, 2021
Aug 21, 2021
Aug 21, 2021
Oct 25, 2021
Oct 7, 2021
Aug 25, 2021
Aug 21, 2021
May 14, 2020
Oct 11, 2021
Aug 21, 2021
Aug 21, 2021
Aug 21, 2021
Aug 21, 2021
Aug 21, 2021
Aug 21, 2021
Aug 21, 2021
Aug 21, 2021
Aug 21, 2021
Aug 21, 2021
Aug 21, 2021
Aug 21, 2021
Aug 21, 2021
Aug 21, 2021
Aug 27, 2021
Aug 27, 2021
Sep 10, 2021
Aug 21, 2021
Oct 24, 2021
Aug 21, 2021
Aug 27, 2021
Aug 21, 2021
Aug 21, 2021
Aug 21, 2021
Aug 27, 2021
Aug 27, 2021
Aug 27, 2021
Aug 21, 2021
Oct 11, 2021
Aug 21, 2021
Aug 21, 2021
Aug 21, 2021
Aug 21, 2021
Oct 19, 2021
Aug 21, 2021
Aug 21, 2021
Aug 25, 2021
Aug 21, 2021
Aug 21, 2021
Oct 21, 2021
Aug 21, 2021
Aug 23, 2021
Oct 7, 2021
Aug 21, 2021
Aug 21, 2021
Aug 21, 2021
Aug 21, 2021
Aug 21, 2021
Sep 10, 2021
Nov 1, 2021
Feb 5, 2021
Sep 21, 2021
Mar 16, 2021
Aug 25, 2021
Oct 7, 2020
Aug 14, 2021
Aug 22, 2021
Oct 26, 2021
Oct 25, 2021
May 13, 2021
Jun 2, 2020
Mar 11, 2021
Aug 20, 2021
Dec 7, 2021
Oct 24, 2021
Aug 27, 2021
Jun 16, 2021
Mar 11, 2021
Mar 11, 2021
Mar 11, 2021
Sep 10, 2021
Apr 16, 2013
Nov 11, 2021
Dec 6, 2021
Aug 20, 2021
Aug 12, 2021
Nov 3, 2021
Nov 3, 2021
Jan 19, 2016
Jan 17, 2021
Jan 17, 2021
Jan 17, 2021
Jan 17, 2021
Jan 17, 2021
Jan 17, 2021
Jan 17, 2021
Jan 17, 2021
Dec 7, 2021
May 10, 2021
Jan 17, 2021
May 1, 2020
Oct 25, 2021
Mar 28, 2021
Apr 9, 2020
Dec 6, 2021
Oct 26, 2021
Oct 26, 2021
Nov 3, 2021
Dec 7, 2021
Aug 17, 2021
May 3, 2021
Sep 17, 2021
Aug 23, 2021
Nov 15, 2021
Aug 12, 2021
Aug 13, 2021
Dec 10, 2021
Aug 23, 2021
Dec 10, 2021
Oct 18, 2021
Jun 8, 2021
Oct 21, 2021
Aug 25, 2021
Dec 10, 2021
Dec 6, 2021
Aug 20, 2021
Aug 20, 2021
May 1, 2020
Oct 11, 2021
Nov 29, 2021
Oct 20, 2021
Oct 7, 2021
Nov 28, 2019
Aug 25, 2021

Repository files navigation

Welcome to tmux!

tmux is a terminal multiplexer: it enables a number of terminals to be created, accessed, and controlled from a single screen. tmux may be detached from a screen and continue running in the background, then later reattached.

This release runs on OpenBSD, FreeBSD, NetBSD, Linux, macOS and Solaris.

Dependencies

tmux depends on libevent 2.x, available from this page.

It also depends on ncurses, available from this page.

To build tmux, a C compiler (for example gcc or clang), make, pkg-config and a suitable yacc (yacc or bison) are needed.

Installation

Binary packages

Some platforms provide binary packages for tmux, although these are sometimes out of date. Examples are listed on this page.

From release tarball

To build and install tmux from a release tarball, use:

./configure && make
sudo make install

tmux can use the utempter library to update utmp(5), if it is installed - run configure with --enable-utempter to enable this.

For more detailed instructions on building and installing tmux, see this page.

From version control

To get and build the latest from version control - note that this requires autoconf, automake and pkg-config:

git clone https://github.com/tmux/tmux.git
cd tmux
sh autogen.sh
./configure && make

Contributing

Bug reports, feature suggestions and especially code contributions are most welcome. Please send by email to:

tmux-users@googlegroups.com

Or open a GitHub issue or pull request. Please read this document before opening an issue.

There is a list of suggestions for contributions. Please feel free to ask on the mailing list if you're thinking of working on something or need further information.

Documentation

For documentation on using tmux, see the tmux.1 manpage. View it from the source tree with:

nroff -mdoc tmux.1|less

A small example configuration is in example_tmux.conf.

And a bash(1) completion file at:

https://github.com/imomaliev/tmux-bash-completion

For debugging, run tmux with -v or -vv to generate server and client log files in the current directory.

Support

The tmux mailing list for general discussion and bug reports is:

https://groups.google.com/forum/#!forum/tmux-users

Subscribe by sending an email to:

tmux-users+subscribe@googlegroups.com

About

tmux source code

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 87.8%
  • Roff 7.2%
  • Shell 2.0%
  • Yacc 1.5%
  • M4 0.8%
  • Awk 0.4%
  • Other 0.3%