We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Waiter
1 parent fee34bf commit c0de412Copy full SHA for c0de412
CHANGES
@@ -15,6 +15,18 @@ $ pip install --user --upgrade --pre libtmux
15
16
- _Future release notes will be placed here_
17
18
+### New features
19
+
20
+#### Waiting (#582)
21
22
+Added experimental `waiter.py` module for polling for terminal content in tmux panes:
23
24
+- Fluent API inspired by Playwright for better readability and chainable options
25
+- Support for multiple pattern types (exact text, contains, regex, custom predicates)
26
+- Composable waiting conditions with `wait_for_any_content` and `wait_for_all_content`
27
+- Enhanced error handling with detailed timeouts and match information
28
+- Robust shell prompt detection
29
30
## libtmux 0.46.0 (2025-02-25)
31
32
### Breaking
0 commit comments