Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

io.github.libtmux.Server.Server.runTogether

Java
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

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.

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.