On this page
LibTmux.IfShellRequest
- Module
- LibTmux
- Package
- LibTmux
- Source
- src/LibTmux/Requests/IfShellRequest.cs
-
Describes one
if-shellinvocation.
6 declared, 0 inherited
Members
- IfShellRequest method Initializes a conditional command.
- Background property Gets whether tmux runs the shell command without waiting.
- ElseCommand property Gets the tmux command run when it fails, when any.
- 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.