You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
written in Python that clones the functionality of [tmux](/tmux.html).
15
+
Like tmux and [Screen](/screen.html), Pymux makes it easier for
16
+
programmers to use many shells within a single terminal window during
17
+
development.
18
+
19
+
Pymux is less frequently used than tmux but it can be useful if you
20
+
want to customize your own terminal multiplexer environment using
21
+
Python rather than digging into tmux's C code base.
22
+
23
+
<ahref="https://pypi.python.org/pypi/pymux"style="border:none"><imgsrc="/img/visuals/pymux.png"width="100%"alt="Screenshot of Pymux running with multiple shell sessions."class="shot outl"></a>
24
+
25
+
<divclass="well see-also">Pymux is an implementation of the <ahref="/terminal-multiplexers.html">terminal multiplexers</a> concept. Learn more in the <ahref="/development-environments.html">development environments</a> chapter or view the <ahref="/table-of-contents.html">table of contents</a> for all topics.</div>
26
+
27
+
### Pymux resources
28
+
*[Pymux, tmux clone in Python](http://blog.yjl.im/2016/01/pymux-tmux-clone-in-python.html)
29
+
30
+
*[Pymux and tmux performance comparison](http://blog.yjl.im/2016/01/pymux-and-tmux-performance-comparison.html)
31
+
32
+
*[Pymux discussion on Hacker News](https://news.ycombinator.com/item?id=10831149)
0 commit comments