On this page
LibTmux.TmuxHooks
- 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.
13 declared, 0 inherited
Members
- BuildListArguments method Builds the arguments a hook listing sends.
- BuildRunArguments method Builds the arguments running a hook sends.
- BuildSetAllArguments method Builds every command a multi-entry hook request sends.
- BuildSetArguments method Builds the arguments a hook request sends.
- BuildUnsetArguments method Builds the arguments removing a hook sends.
- GetAllAsync method Reads every hook in the scope.
- GetAsync method Reads one hook.
- RunAsync method Runs a hook's commands now, without waiting for it to fire.
- SetAsync method Sets one hook entry.
- TmuxHooks method
- UnsetAsync method Removes a hook.
- Generation property Gets the server generation this table was reached through.
- Scope property Gets the scope these hooks are read and written in by default.