libtmux Reference MCP Search
On this page

TmuxCommand

View as Markdown

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

One tmux command, as argv.

No shell sees the arguments. tmux still reads a trailing ; as a command separator; spell a literal trailing semicolon as \;.

4 declared, 0 inherited

Members

  • !=(_:_:) function Returns a Boolean value indicating whether two values are not equal.
  • init(_:_:) method
  • arguments property Its arguments, one element each. Never a joined string: a value holding a space is data.
  • name property The tmux command, as tmux spells it — new-session, list-panes.
Esc

Type to search.