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

TmuxCommandList

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

View as Markdown

Package
libtmux-swift
Source
Sources/LibTmux/CommandList.swift
struct TmuxCommandList : struct TmuxCommandList
struct [source]
struct [source]
struct TmuxCommandList

Several tmux commands sent in one invocation.

tmux runs a ;-separated list in a single client connection, which saves a process and a round trip per command and keeps the list from interleaving with another caller's work.

What it does *not* do is delimit the output: tmux concatenates everything onto one stream with nothing marking where one command's output ends. So a list answers "did all of this run, and what came out" — not "what did the third command say". Ask separately when you need per-command attribution.

6 declared, 1 inherited

Members

Inherited members

Reached through Equatable.!=(_:_:).

  • !=(_:_:) Equatable.!=(_:_:) Returns a Boolean value indicating whether two values are not equal.
Esc

Type to search.