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

LibTmux.TmuxCommand

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

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

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

Type to search.