No more SF.
1 file changed
tree: 474990a912ff3f6b848b5a82c340695f84211136
  1. .gitignore
  2. .mailmap
  3. .travis.yml
  4. CHANGES
  5. COPYING
  6. FAQ
  7. Makefile.am
  8. README
  9. README.md
  10. SYNCING
  11. TODO
  12. arguments.c
  13. array.h
  14. attributes.c
  15. autogen.sh
  16. cfg.c
  17. client.c
  18. cmd-attach-session.c
  19. cmd-bind-key.c
  20. cmd-break-pane.c
  21. cmd-capture-pane.c
  22. cmd-choose-buffer.c
  23. cmd-choose-client.c
  24. cmd-choose-tree.c
  25. cmd-clear-history.c
  26. cmd-command-prompt.c
  27. cmd-confirm-before.c
  28. cmd-copy-mode.c
  29. cmd-delete-buffer.c
  30. cmd-detach-client.c
  31. cmd-display-message.c
  32. cmd-display-panes.c
  33. cmd-find-window.c
  34. cmd-find.c
  35. cmd-if-shell.c
  36. cmd-join-pane.c
  37. cmd-kill-pane.c
  38. cmd-kill-server.c
  39. cmd-kill-session.c
  40. cmd-kill-window.c
  41. cmd-list-buffers.c
  42. cmd-list-clients.c
  43. cmd-list-keys.c
  44. cmd-list-panes.c
  45. cmd-list-sessions.c
  46. cmd-list-windows.c
  47. cmd-list.c
  48. cmd-load-buffer.c
  49. cmd-lock-server.c
  50. cmd-move-window.c
  51. cmd-new-session.c
  52. cmd-new-window.c
  53. cmd-paste-buffer.c
  54. cmd-pipe-pane.c
  55. cmd-queue.c
  56. cmd-refresh-client.c
  57. cmd-rename-session.c
  58. cmd-rename-window.c
  59. cmd-resize-pane.c
  60. cmd-respawn-pane.c
  61. cmd-respawn-window.c
  62. cmd-rotate-window.c
  63. cmd-run-shell.c
  64. cmd-save-buffer.c
  65. cmd-select-layout.c
  66. cmd-select-pane.c
  67. cmd-select-window.c
  68. cmd-send-keys.c
  69. cmd-set-buffer.c
  70. cmd-set-environment.c
  71. cmd-set-option.c
  72. cmd-show-environment.c
  73. cmd-show-messages.c
  74. cmd-show-options.c
  75. cmd-source-file.c
  76. cmd-split-window.c
  77. cmd-string.c
  78. cmd-swap-pane.c
  79. cmd-swap-window.c
  80. cmd-switch-client.c
  81. cmd-unbind-key.c
  82. cmd-wait-for.c
  83. cmd.c
  84. colour.c
  85. compat.h
  86. compat/
  87. configure.ac
  88. control-notify.c
  89. control.c
  90. environ.c
  91. examples/
  92. format.c
  93. grid-cell.c
  94. grid-view.c
  95. grid.c
  96. input-keys.c
  97. input.c
  98. job.c
  99. key-bindings.c
  100. key-string.c
  101. layout-custom.c
  102. layout-set.c
  103. layout.c
  104. log.c
  105. logo/
  106. mdoc2man.awk
  107. mode-key.c
  108. names.c
  109. notify.c
  110. options-table.c
  111. options.c
  112. osdep-aix.c
  113. osdep-cygwin.c
  114. osdep-darwin.c
  115. osdep-dragonfly.c
  116. osdep-freebsd.c
  117. osdep-hpux.c
  118. osdep-linux.c
  119. osdep-netbsd.c
  120. osdep-openbsd.c
  121. osdep-sunos.c
  122. osdep-unknown.c
  123. paste.c
  124. resize.c
  125. screen-redraw.c
  126. screen-write.c
  127. screen.c
  128. server-client.c
  129. server-fn.c
  130. server-window.c
  131. server.c
  132. session.c
  133. signal.c
  134. status.c
  135. style.c
  136. tmux.1
  137. tmux.c
  138. tmux.h
  139. tools/
  140. tty-acs.c
  141. tty-keys.c
  142. tty-term.c
  143. tty.c
  144. utf8.c
  145. window-choose.c
  146. window-clock.c
  147. window-copy.c
  148. window.c
  149. www/
  150. xmalloc.c
  151. xterm-keys.c
README.md

Welcome to tmux!

Build Status

tmux is a “terminal multiplexer”, it enables a number of terminals (or windows) to be accessed and controlled from a single terminal. tmux is intended to be a simple, modern, BSD-licensed alternative to programs such as GNU screen.

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

tmux depends on libevent 2.x. Download it from:

http://www.monkey.org/~provos/libevent/

To build tmux from a release tarball, do:

$ ./configure && make
$ sudo make install

To get and build the latest from version control:

$ git clone git://git.code.sf.net/p/tmux/tmux-code tmux
$ cd tmux
$ sh autogen.sh
$ ./configure && make

For more information see https://sourceforge.net/scm/?type=git&group_id=200378 and http://git-scm.com. Patches should be sent by email to the mailing list at tmux-users@googlegroups.com.

For documentation on using tmux, see the tmux.1 manpage. It can be viewed from the source tree with:

$ nroff -mdoc tmux.1|less

Some common questions are answered in the FAQ file and a more extensive (but slightly out of date) guide is available in the OpenBSD FAQ at http://www.openbsd.org/faq/faq7.html#tmux. A rough todo list is in the TODO file and some example configurations and a Vim syntax file are in the examples directory.

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

tmux mailing lists are available. For general discussion and bug reports:

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

And for Git commit emails:

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

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

tmux-users@googlegroups.com

This file and the CHANGES, FAQ and TODO files are licensed under the ISC license. Files under examples/ remain copyright their authors unless otherwise stated in the file but permission has been received to distribute them with tmux. All other files have a license and copyright notice at their start.

-- Nicholas Marriott nicholas.marriott@gmail.com