LibTmux.TmuxChaining
.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/Chaining/TmuxChaining.cs
-
Runs a request on its own, as a chain of one command.
There is one overload per kind of target rather than one per request: a request says what it is aimed at through
ITmuxRequest{TTarget}, and the target says which server runs it. An options or hooks table does not know its server, so those two overloads also take the server.
4 declared, 0 inherited
Members
- ExecuteAsync method Runs a hook on its own.
- ToCommands method Returns every command a multi-entry hook request sends.
- ToRunCommand method Returns running a hook as one tmux command.
- ToUnsetCommand method Returns removing a hook as one tmux command.