2009-10-25 08:14:34 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
|
|
<html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<head>
|
2011-10-10 20:17:17 +00:00
|
|
|
<title>tmux</title>
|
|
|
|
<link rel="stylesheet" type="text/css" media="screen" href="main.css"/>
|
2009-10-25 08:14:34 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2011-10-10 20:17:17 +00:00
|
|
|
<div id="body-wrapper">
|
|
|
|
<div id="left-menu-container">
|
2015-04-28 12:58:00 +00:00
|
|
|
<img src="logo.png" alt="tmux" id="upper-left-title"></img>
|
2011-10-10 20:17:17 +00:00
|
|
|
<ul id="left-menu">
|
2014-09-16 03:33:34 +00:00
|
|
|
<li><a href="http://downloads.sourceforge.net/tmux/tmux-%%RELEASE%%.tar.gz">Download</a></li>
|
2013-02-20 00:03:59 +00:00
|
|
|
<li><a href="https://sourceforge.net/p/tmux/tmux-code/ci/master/tree/README">README</a></li>
|
2011-10-10 20:17:17 +00:00
|
|
|
<li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1">Manual Page</a></li>
|
2013-01-17 02:08:58 +00:00
|
|
|
<li><a href="https://sourceforge.net/p/tmux/tmux-code/ci/master/tree/FAQ">FAQ</a></li>
|
2013-02-20 00:03:59 +00:00
|
|
|
<li><a href="https://sourceforge.net/p/tmux/tmux-code/ci/master/tree/">Source Code</a></li>
|
2013-02-23 14:51:56 +00:00
|
|
|
<li><a href="http://sf.net/projects/tmux">SourceForge Page</a></li>
|
2013-02-20 00:03:59 +00:00
|
|
|
<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>
|
2011-10-10 20:17:17 +00:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div id="main-content-wrapper">
|
2009-10-25 08:14:34 +00:00
|
|
|
|
2013-02-20 00:03:59 +00:00
|
|
|
<p><b>tmux is a terminal multiplexer</b></p>
|
2009-10-25 08:14:34 +00:00
|
|
|
|
2013-02-20 00:03:59 +00:00
|
|
|
<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>
|
2009-10-25 08:14:34 +00:00
|
|
|
|
2014-09-16 03:33:34 +00:00
|
|
|
<p><b><a href="http://downloads.sourceforge.net/tmux/tmux-%%RELEASE%%.tar.gz">
|
|
|
|
Download tmux %%RELEASE%%</a></b>
|
|
|
|
<b><a href="https://sourceforge.net/p/tmux/tmux-code/ci/master/tree/CHANGES">(changelog)</a></b> or
|
2013-02-20 00:03:59 +00:00
|
|
|
<a href="https://sourceforge.net/p/tmux/tmux-code/ci/master/tree/">
|
2013-02-20 00:16:00 +00:00
|
|
|
get the development version.</a>
|
|
|
|
tmux is hosted on
|
2013-02-20 00:03:59 +00:00
|
|
|
<a href="http://sf.net/projects/tmux">SourceForge</a>
|
|
|
|
and needs
|
|
|
|
<a href="http://www.monkey.org/~provos/libevent/">libevent</a>
|
|
|
|
and
|
2014-09-16 03:33:34 +00:00
|
|
|
<a href="http://invisible-island.net/ncurses/">ncurses</a>.</p>
|
2013-02-20 00:03:59 +00:00
|
|
|
|
2013-02-20 00:16:00 +00:00
|
|
|
<p>For support contact the
|
|
|
|
<a href="mailto:tmux-users@lists.sf.net">tmux-users@lists.sf.net</a>
|
|
|
|
mailing list or IRC channel
|
|
|
|
<a href="irc://irc.freenode.net/tmux">#tmux on freenode</a>.</p>
|
|
|
|
|
2013-02-20 00:03:59 +00:00
|
|
|
<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>
|
|
|
|
|
|
|
|
<div id="screenshots">
|
2015-04-28 14:34:09 +00:00
|
|
|
<a href="tmux1.png"><img src="small-tmux1.png" alt="Screenshot"/></a>
|
|
|
|
<a href="tmux2.png"><img src="small-tmux2.png" alt="Screenshot"/></a>
|
2013-02-20 00:03:59 +00:00
|
|
|
<a href="tmux3.png"><img src="small-tmux3.png" alt="Screenshot"/></a>
|
2015-04-28 15:04:07 +00:00
|
|
|
<a href="tmux4.png"><img src="small-tmux4.png" alt="Screenshot"/></a>
|
2013-02-20 00:03:59 +00:00
|
|
|
</div>
|
2011-10-10 20:17:17 +00:00
|
|
|
</div>
|
2013-02-20 00:03:59 +00:00
|
|
|
</div>
|
2009-10-25 08:14:34 +00:00
|
|
|
</body>
|
2007-11-20 17:01:38 +00:00
|
|
|
</html>
|