On this page
tmux.Server.SearchSessions
- Module
- tmux
- Declared in
- Server
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/search.go
- 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.
0 declared, 0 inherited