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

Go API

Go documentation

tmux.Session.SearchWindows

Go
  • Python
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust
  • Go
  • Java Unavailable
  • .NET
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

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)
method [source]
method [source]
SearchWindows

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

0 declared, 0 inherited

Esc

Type to search.