Skip to content

larunbe/tmux

This branch is 1 commit ahead of, 201 commits behind tmux/tmux:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f95727f · Sep 16, 2024
Mar 6, 2024
Aug 4, 2024
Sep 6, 2024
Sep 10, 2021
Jun 4, 2015
May 13, 2024
Aug 22, 2023
Nov 9, 2020
Jul 19, 2016
May 19, 2020
Mar 21, 2024
Mar 26, 2019
Sep 1, 2023
Nov 11, 2021
Nov 11, 2021
Aug 14, 2021
Apr 12, 2021
May 13, 2024
Apr 23, 2020
Mar 22, 2017
Sep 15, 2023
Aug 28, 2024
Jul 6, 2022
Aug 27, 2021
Jan 17, 2023
Sep 1, 2023
Jun 4, 2022
Apr 15, 2024
May 15, 2024
Aug 26, 2024
Aug 21, 2021
Mar 21, 2024
Feb 5, 2023
Mar 21, 2024
Dec 27, 2023
Jul 10, 2023
Oct 11, 2021
Jan 17, 2023
Aug 21, 2021
Aug 21, 2021
Aug 21, 2021
Aug 21, 2021
Aug 21, 2021
Feb 6, 2023
Jan 17, 2023
Aug 21, 2021
Aug 21, 2021
Aug 21, 2021
Jun 9, 2022
Aug 21, 2021
Aug 21, 2021
Jul 6, 2022
Sep 1, 2023
Aug 4, 2024
Feb 13, 2024
Feb 13, 2024
May 14, 2024
Jun 24, 2024
Aug 21, 2021
Aug 21, 2021
Mar 21, 2024
Jun 30, 2023
Aug 27, 2021
Aug 27, 2021
Aug 21, 2021
May 14, 2024
Dec 7, 2022
Apr 6, 2022
Jul 10, 2023
Aug 21, 2021
Jan 16, 2023
May 31, 2022
Jun 9, 2022
Aug 21, 2021
Aug 25, 2021
Aug 21, 2021
Aug 21, 2021
Feb 14, 2022
Aug 21, 2021
Sep 15, 2023
Mar 7, 2024
Jul 10, 2023
Aug 21, 2021
Aug 21, 2021
Aug 21, 2021
Aug 21, 2021
May 18, 2024
Aug 26, 2024
Apr 15, 2024
Jul 15, 2024
Oct 28, 2022
Aug 24, 2022
Aug 4, 2024
Aug 4, 2024
Apr 27, 2023
Aug 17, 2023
Aug 28, 2024
May 13, 2021
Sep 28, 2022
Jun 24, 2024
Aug 28, 2024
Mar 21, 2024
Aug 22, 2023
Aug 28, 2024
Aug 21, 2024
May 15, 2024
Aug 21, 2024
Aug 23, 2024
Apr 15, 2024
Aug 23, 2024
Mar 11, 2021
Apr 6, 2022
Apr 16, 2013
Aug 21, 2024
Aug 21, 2024
Aug 20, 2021
Jun 30, 2023
Aug 21, 2024
Jul 22, 2024
Jan 19, 2016
Jan 17, 2021
Jan 17, 2021
Jan 17, 2021
Jan 17, 2021
Jan 17, 2021
Jan 17, 2021
Jan 17, 2021
Mar 7, 2022
Feb 28, 2022
May 10, 2021
Jan 17, 2021
Feb 7, 2023
Aug 21, 2024
Feb 13, 2024
Jun 30, 2023
Mar 21, 2024
Aug 28, 2024
Aug 21, 2024
Aug 21, 2024
Apr 6, 2022
Sep 11, 2024
Apr 5, 2024
Aug 28, 2024
Sep 2, 2023
Jul 10, 2023
Aug 22, 2024
Aug 26, 2024
Jan 6, 2023
Aug 28, 2024
Sep 16, 2024
Aug 28, 2024
Aug 8, 2023
Aug 21, 2024
Aug 26, 2024
Aug 28, 2024
Aug 4, 2024
Sep 15, 2023
Jul 12, 2024
Aug 4, 2024
Aug 8, 2023
May 1, 2020
Aug 27, 2024
Mar 24, 2022
Jul 1, 2023
Aug 28, 2024
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.4%
  • Roff 7.0%
  • Shell 2.7%
  • Yacc 1.4%
  • M4 0.9%
  • Awk 0.3%
  • Other 0.3%