libtmux Reference MCP Search
On this page

LibTmux.TmuxCommand

View as Markdown

Module
LibTmux
Package
LibTmux
Source
src/LibTmux/Chaining/TmuxCommand.cs
struct LibTmux.TmuxCommand
struct [source]
struct [source]
struct LibTmux.TmuxCommand

One tmux command and the arguments it carries.

The typed methods on Server , Session , Window , and Pane each run one command and return what it produced. This is that same command as a value, so several can be handed to tmux together through TmuxChain rather than one process at a time.

9 declared, 0 inherited

Members

  • Create method Creates a command from its name and arguments.
  • Deconstruct method Deconstructs the command into its name and arguments.
  • Equals method
  • GetHashCode method
  • TmuxCommand method Initializes a tmux command.
  • ToArguments method Returns this command the way tmux receives it.
  • Arguments property Gets the arguments, separated as tmux will receive them.
  • Name property Gets the tmux command name.
  • RequiredGeneration property Gets the server generation this command's target belongs to.
Esc

Type to search.