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
libtmux is a typed Python API over [tmux], the terminal multiplexer. Instead of shelling out and parsing tmux output, you talk to real Python objects: `Server`, `Session`, `Window`, and `Pane`. The same API powers [tmuxp], so it stays battle-tested in real workflows.
17
+
libtmux is a typed Python API over [tmux], the terminal multiplexer. Stop shelling out and parsing `tmux ls`. Instead, interact with real Python objects: `Server`, `Session`, `Window`, and `Pane`. The same API powers [tmuxp], so it stays battle-tested in real-world workflows.
18
18
19
-
##Why libtmux?
19
+
### ✨ Features
20
20
21
21
- Typed, object-oriented control of tmux state
22
22
- Query and traverse live sessions, windows, and panes
@@ -36,29 +36,49 @@ Maintenance-only backports (no new fixes):
0 commit comments