libtmux Reference MCP Search
On this page

tmux.Server.SearchClients

View as Markdown

Module
tmux
Declared in
Server
Package
github.com/libtmux/libtmux-go/tmux
Source
tmux/search.go
SearchClients ( ctx : context.Context , filter : *TmuxFilter ) ([]Client, error)
method [source]
method [source]
SearchClients

SearchClients returns a newly materialized snapshot projection of clients selected by tmux's live -f expression. A nil filter omits -f and requests the unfiltered listing on every supported tmux version. A nonnil filter, including an empty expression, requires tmux 3.4 or newer and otherwise returns VersionTooLowError .

0 declared, 0 inherited

Esc

Type to search.