LibTmux.TmuxHooks
.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/Hooks/TmuxHooks.cs
-
The hooks of one server, session, window, or pane.
Every hook is an array, even with one entry, so a hook is read as a name and a run of indexed commands rather than as a single value.
6 declared, 0 inherited
Members
- GetAllAsync method Reads every hook in the scope.
- RunAsync method Runs a hook's commands now, without waiting for it to fire.
- SetAsync method Sets one hook entry.
- UnsetAsync method Removes a hook.
- GetAsync method Reads one hook.
- Scope property Gets the scope these hooks are read and written in by default.