- Module
- tmux
- Declared in
- Session
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/hook_runtime.go
- Other languages
- PythonRubyLuaTypeScriptRustJava.NETC++Swift
- Hooks ( ctx : context.Context ) (SessionHookValues, error)
-
Hooks returns a freshly decoded, caller-owned view of known hooks at this stable session target, including inherited values. A read failure is returned rather than answered with zero values.
In other ports Read a session's hooks
- Python
libtmux.Session.show_hooks - Ruby
LibTmux::Session#hooks - Lua
libtmux.Session:list_hooks - TypeScript
session.Session.showHooks - Rust
session.Session.hooks - Java
io.github.libtmux.Session.Session.hooks - .NET
LibTmux.Session.Hooks - C++
libtmux::Session::hooks - Swift
Server.hooks(_:)
- Python
0 declared, 0 inherited