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

LibTmux.RunShellRequest

.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/Requests/RunShellRequest.cs
struct LibTmux.RunShellRequest
struct [source]
struct [source]
struct LibTmux.RunShellRequest

Describes one run-shell invocation.

10 declared, 0 inherited

Members

  • 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.
  • RunShellRequest method Initializes a shell command.
  • ShowStandardError property Gets whether its error output is shown too.
  • TargetPane property Gets the pane the command runs against.
  • ToCommand method Returns a shell request as one tmux command.
  • WorkingDirectory property Gets the directory it starts in.
Esc

Type to search.