libtmux Reference MCP Search
On this page

LibTmux.RunShellRequest

View as Markdown

Module
LibTmux
Package
LibTmux
Source
src/LibTmux/Requests/RunShellRequest.cs
struct LibTmux.RunShellRequest
struct [source]
struct [source]
struct LibTmux.RunShellRequest

Describes one run-shell invocation.

9 declared, 0 inherited

Members

  • RunShellRequest method Initializes a shell command.
  • Arguments property Gets arguments passed to it without a shell in between.
  • AsTmuxCommand property Gets whether the text is a tmux command rather than a shell one.
  • Background property Gets whether tmux returns without waiting for it.
  • Command property Gets the command to run.
  • Delay property Gets how long tmux waits before starting it.
  • ShowStandardError property Gets whether its error output is shown too.
  • TargetPane property Gets the pane the command runs against.
  • WorkingDirectory property Gets the directory it starts in.
Esc

Type to search.