tmux.Server.SearchPanes
- 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)
-
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
- Python
libtmux.Server.search_panes - Ruby
LibTmux::Server#search_panes - Lua
libtmux.Server:query_panes - TypeScript no equivalent on
Server - Rust no equivalent on
Server - Java no equivalent on
Server - .NET
LibTmux.Server.SearchPanesAsync - C++ no equivalent on
Server - Swift no equivalent on
Server
- Python
0 declared, 0 inherited