tmux.Session.SearchWindows
- Module
- tmux
- Declared in
- Session
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/search.go
- Other languages
- Python Ruby Lua TypeScript Rust Java .NET C++ Swift
- SearchWindows ( ctx : context.Context , filter : *TmuxFilter ) ([]Window, error)
-
SearchWindows returns this session's winlinks selected by tmux's live -f expression. A nil filter omits -f and a nonnil empty filter sends an explicit expression. The session's stable identity limits the projection.
Discussed in Use the Go workspace builder
In other ports Filter a session's windows with a tmux expression
- Python
libtmux.Session.search_windows - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript no equivalent on
Session - Rust
session.Session.search_windows - Java no equivalent on
Session - .NET
LibTmux.Session.SearchWindowsAsync - C++ no equivalent on
Session - Swift no equivalent on
Session
- Python
0 declared, 0 inherited