mirror of
https://github.com/tmate-io/tmate.git
synced 2024-12-18 04:40:40 +01:00
Simplify main www page.
This commit is contained in:
parent
3108d80b7e
commit
b219d54503
@ -12,79 +12,50 @@
|
||||
<p id="upper-left-title">tmux</p>
|
||||
<ul id="left-menu">
|
||||
<li><a href="http://downloads.sourceforge.net/tmux/tmux-%%VERSION%%.tar.gz">Download</a></li>
|
||||
<li><a href="https://sourceforge.net/p/tmux/tmux-code/ci/master/tree/NOTES">Release Notes</a></li>
|
||||
<li><a href="https://sourceforge.net/p/tmux/tmux-code/ci/master/tree/README">README</a></li>
|
||||
<li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1">Manual Page</a></li>
|
||||
<li><a href="https://sourceforge.net/p/tmux/tmux-code/ci/master/tree/FAQ">FAQ</a></li>
|
||||
<li><a href="http://www.openbsd.org/faq/faq7.html#tmux">tmux in the OpenBSD FAQ</a></li>
|
||||
<li><a href="https://sourceforge.net/p/tmux/tmux-code/ci/master/tree/examples/">Examples</a></li>
|
||||
<li> </li>
|
||||
<li class="menu-headings">Source Code</li>
|
||||
<li><a href="https://sourceforge.net/p/tmux/tmux-code/ci/master/tree/">SourceForge</a></li>
|
||||
<li><a href="http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/tmux/">OpenBSD</a></li>
|
||||
<li> </li>
|
||||
<li class="menu-headings">Support</li>
|
||||
<li><a href="https://lists.sourceforge.net/lists/listinfo/tmux-users">tmux-users</a></li>
|
||||
<li><a href="https://lists.sourceforge.net/lists/listinfo/tmux-cvs">tmux-cvs</a></li>
|
||||
<li>IRC: #tmux on Freenode</li>
|
||||
<li><a href="http://sf.net/projects/tmux">SourceForge Project Page</a></li>
|
||||
<li><a href="https://sourceforge.net/p/tmux/tmux-code/ci/master/tree/">Source Code</a></li>
|
||||
<li><a href="http://sf.net/projects/tmux">Project Page</a></li>
|
||||
<li><a href="https://lists.sourceforge.net/lists/listinfo/tmux-users">Mailing List</a></li>
|
||||
<li><a href="irc://irc.freenode.net/tmux">IRC Channel</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="main-content-wrapper">
|
||||
|
||||
<p>tmux is a terminal multiplexer: it enables a number of terminals (or
|
||||
windows), each running a separate program, 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.</p>
|
||||
<p><b>tmux is a terminal multiplexer</b></p>
|
||||
|
||||
<p>The
|
||||
<a href="http://downloads.sourceforge.net/tmux/tmux-%%VERSION%%.tar.gz">
|
||||
latest release is tmux %%VERSION%%</a> or
|
||||
<p><b>What is a terminal multiplexer?</b> It lets you switch easily between
|
||||
several programs in one terminal, detach them (they keep running in the
|
||||
background) and reattach them to a different terminal. And do a lot more. See
|
||||
<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1">
|
||||
the manual</a>.</p>
|
||||
|
||||
<p>Download
|
||||
<b><a href="http://downloads.sourceforge.net/tmux/tmux-%%VERSION%%.tar.gz">
|
||||
tmux %%VERSION%%</a></b> or
|
||||
<a href="https://sourceforge.net/p/tmux/tmux-code/ci/master/tree/">
|
||||
get the development version from git.</a></p>
|
||||
get the development version.</a></p>
|
||||
|
||||
<p>tmux uses a client-server model. The server holds multiple sessions and each
|
||||
window is an independent entity which may be freely linked to multiple sessions,
|
||||
moved between sessions and otherwise manipulated. Each session may be attached
|
||||
to (display and accept keyboard input from) multiple clients.</p>
|
||||
<p>tmux is hosted on
|
||||
<a href="http://sf.net/projects/tmux">SourceForge</a>
|
||||
and needs
|
||||
<a href="http://www.monkey.org/~provos/libevent/">libevent</a>
|
||||
and
|
||||
<a href="http://invisible-island.net/ncurses/">ncurses</a>
|
||||
.</p>
|
||||
|
||||
<p>tmux is intended to be a modern, BSD-licensed alternative to programs such
|
||||
as GNU screen. Major features include:</p>
|
||||
<p>There are some programs to use with tmux
|
||||
<a href="https://github.com/search?q=tmux&type=Repositories&ref=simplesearch">
|
||||
on GitHub</a> and a
|
||||
<a href="http://pragprog.com/book/bhtmux/tmux">book on tmux</a>.</p>
|
||||
|
||||
<ul>
|
||||
<li>A powerful, consistent, well-documented and easily scriptable command
|
||||
interface.</li>
|
||||
<li>A window may be split horizontally and vertically into panes.</li>
|
||||
<li>Panes can be freely moved and resized, or arranged into preset
|
||||
layouts. </li>
|
||||
<li>Support for UTF-8 and 256-colour terminals.</li>
|
||||
<li>Copy and paste with multiple buffers.</li>
|
||||
<li>Interactive menus to select windows, sessions or clients.</li>
|
||||
<li>Change the current window by searching for text in the target.</li>
|
||||
<li>Terminal locking, manually or after a timeout.</li>
|
||||
<li>A clean, easily extended, BSD-licensed codebase, under active
|
||||
development.</li>
|
||||
</ul>
|
||||
|
||||
<p>tmux is part of the <a href="http://www.openbsd.org">OpenBSD</a> base
|
||||
system. The portable version is hosted on <a href="http://sf.net/projects/tmux">
|
||||
SourceForge</a> and runs on Linux, FreeBSD, NetBSD, Solaris and AIX.
|
||||
It depends on <a href="http://www.monkey.org/~provos/libevent/">libevent 1.4 or 2.0</a> and a
|
||||
terminfo implementation (normally <a href="http://invisible-island.net/ncurses/">ncurses</a>).</p>
|
||||
|
||||
<p>A few people have written programs which can be used with tmux:
|
||||
<a href="https://github.com/dominikh/tmux-ruby">tmux-ruby</a>,
|
||||
<a href="https://github.com/aziz/tmuxinator">tmuxinator</a>,
|
||||
<a href="https://github.com/lmartinking/tmux-applets">tmux-applets</a> and
|
||||
<a href="https://github.com/remiprev/teamocil">teamocil</a>.
|
||||
There is a
|
||||
<a href="http://pragprog.com/book/bhtmux/tmux">book on tmux</a> by Brian P Hogan.</p>
|
||||
|
||||
<div id="screenshots">
|
||||
<a href="tmux3.png"><img src="small-tmux3.png" alt="Screenshot"/></a>
|
||||
<a href="tmux4.png"><img src="small-tmux4.png" alt="Screenshot"/></a>
|
||||
<a href="tmux5.png"><img src="small-tmux5.png" alt="Screenshot"/></a>
|
||||
</div>
|
||||
<div id="screenshots">
|
||||
<a href="tmux3.png"><img src="small-tmux3.png" alt="Screenshot"/></a>
|
||||
<a href="tmux4.png"><img src="small-tmux4.png" alt="Screenshot"/></a>
|
||||
<a href="tmux5.png"><img src="small-tmux5.png" alt="Screenshot"/></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user