libtmux Reference MCP Search
On this page

LibTmux.RunShellRequest.RunShellRequest

View as Markdown

Module
LibTmux
Declared in
RunShellRequest
Package
LibTmux
Source
src/LibTmux/Requests/RunShellRequest.cs
RunShellRequest ( command : string , arguments : IReadOnlyList<string>? , background : bool , delay : TimeSpan? , asTmuxCommand : bool , targetPane : string? , workingDirectory : string? , showStandardError : bool )
method [source]
method [source]
RunShellRequest

Initializes a shell command.

Parameters
  • command ( string ) – The command to run.

  • arguments ( IReadOnlyList<string>? ) – Arguments passed to it without a shell in between.

  • background ( bool ) – Whether tmux returns without waiting for it.

  • delay ( TimeSpan? ) – How long tmux waits before starting it.

  • asTmuxCommand ( bool ) – Whether the text is a tmux command rather than a shell one.

  • targetPane ( string? ) – The pane the command runs against.

  • workingDirectory ( string? ) – The directory it starts in.

  • showStandardError ( bool ) – Whether its error output is shown too.

0 declared, 0 inherited

Esc

Type to search.