Expand description
Hook engine types re-exported from gestura-core-hooks.
Structs§
- Hook
Command Template - A command template for a hook.
- Hook
Context - Runtime context provided to hooks.
- Hook
Definition - A single hook definition.
- Hook
Engine - Hook engine.
- Hook
Execution Record - A record of a hook execution.
- Hooks
Settings - Global hooks settings.
- Process
Hook Executor - Executor that spawns local OS processes.
Enums§
- Hook
Event - A hook event.
Traits§
- Hook
Executor - A hook executor.
Functions§
- render_
template - Render
templateby replacing{{key}}placeholders with values invars.
Type Aliases§
- Template
Vars - Template variables map used for hook command rendering.