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
sending a sentinel command made to figure out what the PS1 and shell is.
building in support for polling capture_pane() (similar to playwright / selenium)
finding "flake-free" / "rock-solid" loadouts for capturing pane text. Reliable enough to be used downstream in tests and across platforms
What we need:
What are the user's needs when running capture_pane()?
Is it just to boot up a daemon or process in the background?
Do they need consistency and determinism in shell commands across systems, or do they want to use their own environment's shell / configuration and deal with the output inconsistency themselves?
If they're willing to make any compromises: limiting their shell, using a barebones shell configuration in panes, or making it clear bringing your own shell / configuration may be hard to provide reliable results for
In an effort to reduce reliance on specific shells so tests
and development works across as many machines as possible,
avoid explicitly mentioning shells. re: #454
There's an issue: What about fish? It departs greatly from
other shells. Is there a way we can have tests and a capture_pane
that works everywhere? #456
This is an existential issue for libtmux / tmuxp
I think it's going to take some thinking.
Ideas:
capture_pane()
(similar to playwright / selenium)What we need:
capture_pane()
?See also: #454
The text was updated successfully, but these errors were encountered: