LibTmux.Server.Chain
- Module
- LibTmux
- Declared in
- Server
- Package
- LibTmux
- Source
- src/LibTmux/Server.Chaining.cs
- Other languages
- Python Ruby Lua TypeScript Rust Go JavaC++ Swift
-
Begins a chain that runs its commands in one tmux invocation.
This is the batched counterpart to the one-shot methods. Which one is in use is visible where the call starts rather than in an option, and nothing runs until the chain is executed.
- Returns
-
An empty chain bound to this server.
- Raises
-
-
InvalidOperationException – The handle has no connection.
-
Discussed in Control mode vs one-shot
In other ports Run several commands in one tmux invocation
- Python no equivalent on
Server - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript no equivalent on
Server - Rust
server.Server.chain - Go no equivalent on
Server - Java
io.github.libtmux.Server.Server.chain - C++
libtmux::Server::run_chain - Swift no equivalent on
Server
0 declared, 0 inherited