Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

Go API

Go documentation

tmux.Server.SearchPanes

Go

View as Markdown

Module
tmux
Declared in
Server
Package
github.com/libtmux/libtmux-go/tmux
Source
tmux/search.go
Other languages
PythonRubyLua TypeScript Rust Java .NET C++ Swift
SearchPanes ( ctx : context.Context , filter : *TmuxFilter ) → ([]Pane, error)
method [source]
method [source]
SearchPanes

SearchPanes returns a newly materialized snapshot projection of pane views selected by tmux's live -f expression. A nil filter omits -f and a nonnil empty filter sends an explicit expression.

In other ports Filter every pane with a tmux expression

0 declared, 0 inherited

Esc

Type to search.