LibTmux.IfShellRequest
.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/IfShellRequest.cs
-
Describes one
if-shellinvocation.
7 declared, 0 inherited
Members
- Background property Gets whether tmux runs the shell command without waiting.
- ElseCommand property Gets the tmux command run when it fails, when any.
- IfShellRequest method Initializes a conditional command.
- ShellCommand property Gets the shell command whose success decides.
- TargetPane property Gets the pane the commands run against.
- ThenCommand property Gets the tmux command run when it succeeds.
- ToCommand method Returns a conditional request as one tmux command.