tmux.Server.SearchSessions
- Module
- tmux
- Declared in
- Server
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/search.go
- Other languages
- Python Ruby Lua TypeScript Rust Java .NET C++ Swift
- SearchSessions ( ctx : context.Context , filter : *TmuxFilter ) ([]Session, error)
-
SearchSessions returns a newly materialized snapshot projection of sessions selected by tmux's live -f expression. A nil filter omits -f; a nonnil empty filter remains an explicit empty expression.
In other ports Filter the sessions with a tmux expression
- Python
libtmux.Server.search_sessions - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua
libtmux.Server:query - TypeScript no equivalent on
Server - Rust no equivalent on
Server - Java no equivalent on
Server - .NET
LibTmux.Server.SearchSessionsAsync - C++ no equivalent on
Server - Swift no equivalent on
Server
- Python
0 declared, 0 inherited