libtmux Reference MCP Search
On this page

io.github.libtmux.Server.Server.runTogether

View as Markdown

Module
io.github.libtmux.Server
Declared in
Server
Package
io.github.libtmux:libtmux
Source
libtmux/src/main/java/io/github/libtmux/Server.java
runTogether ( snapshot : ServerSnapshot , commands : List<List<String>> ) CommandResult ( snapshot : ServerSnapshot , input : String , commands : List<List<String>> ) CommandResult
methodoverload2 overloads [source]
methodoverload2 overloads [source]
runTogether

Runs several commands in one invocation, so nothing of this caller's happens between them.

<p>tmux carries a group to its server as one message and runs it there, so a caller that stops partway cannot leave the group half applied. That is what an operation whose second command cleans up after its first needs.

0 declared, 0 inherited

Esc

Type to search.