LibTmux.RunShellRequest
.NET
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET
- C++ Unavailable
- Swift Unavailable
- Module
- LibTmux
- Package
- LibTmux
- Source
- src/LibTmux/Requests/RunShellRequest.cs
-
Describes one
run-shellinvocation.
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.