descriptiontmux -- terminal multiplexer similar to GNU Screen
homepage URLhttp://tmux.sf.net
repository URLhttps://github.com/ThomasAdam/tmux.git
ownerthomas.adam22@gmail.com
last changeTue, 30 Apr 2024 11:38:58 +0000 (30 12:38 +0100)
last refreshSun, 12 May 2024 19:43:07 +0000 (12 21:43 +0200)
content tags
add:
README
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:

	https://github.com/libevent/libevent/releases/latest

It also depends on ncurses, available from:

	https://invisible-mirror.net/archives/ncurses/

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

* Installation

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.

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.

* 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.

Other documentation is available in the wiki:

	https://github.com/tmux/tmux/wiki

Also see the tmux FAQ at:

	https://github.com/tmux/tmux/wiki/FAQ

A bash(1) completion file is at:

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

For debugging, run tmux with -v and -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

* License

This file and the CHANGES files are licensed under the ISC license. All other
files have a license and copyright notice at their start.
shortlog
12 days ago Nicholas MarriottSend SIGHUP since some programs ignore SIGTERM, from... master
2024-04-23 Thomas AdamMerge branch 'obsd-master'
2024-04-23 jsgcorrect indentation; no functional change
2024-04-15 Thomas AdamMerge branch 'obsd-master'
2024-04-15 nicmFixes for memory leaks reported by Lu Ming Yin, fixes...
2024-04-15 Nicholas MarriottMissing headers for Android, from Biswapriyo Nath.
2024-04-10 Thomas AdamMerge branch 'obsd-master'
2024-04-10 nicmAdd an option allow-set-title to forbid applications...
2024-04-10 nicmCorrect handling of mouse up events (don't ignore all...
2024-04-10 nicmDo not get muddled and crash if focusing a pane that...
2024-04-05 Thomas AdamMerge branch 'obsd-master'
2024-04-04 nicmPick newest session as documented, not oldest, from...
2024-03-26 Thomas AdamMerge branch 'obsd-master'
2024-03-26 nicmFix selection present check, reported by M Kelly.
2024-03-21 Thomas AdamMerge branch 'obsd-master'
2024-03-21 nicmWrite padding character into the right position.
...
tags
8 years ago 2.2
9 years ago 2.0 Release tmux 2.0
10 years ago 1.9a Tagged 1.9a (bug-fix release)
10 years ago 1.9 Tagging 1.9 release of tmux.
11 years ago 1.8 Version 1.8 of tmux
11 years ago 1.7 Tmux version 1.7
12 years ago TMUX_1_6 Tag 1.6 release.
12 years ago TMUX_1_5 Tag 1.5 release.
13 years ago TMUX_1_4 This commit was manufactured by...
13 years ago TMUX_1_3 This commit was manufactured by...
14 years ago TMUX_1_2 This commit was manufactured by...
14 years ago TMUX_1_1 This commit was manufactured by...
14 years ago TMUX_1_0 This commit was manufactured by...
14 years ago TMUX_0_9 This commit was manufactured by...
15 years ago TMUX_0_8 This commit was manufactured by...
heads
12 days ago master
20 months ago ta/fix-cfg-files
5 years ago ta/test
5 years ago ta/menu
5 years ago nicm/menu
5 years ago ta/empty-pane
5 years ago ta/manpage-formats
5 years ago multistatus-wip
5 years ago ta/colourise-choose-tree
5 years ago ta/marker
5 years ago ta/multistatus-line
6 years ago ta/struct-status
6 years ago ta/after-hooks
6 years ago ta/additional-socket-err-info
6 years ago ta/pane-alert-flags
6 years ago ta/window_linked
...