libtmux Reference MCP Search
On this page

io.github.libtmux.FindSpec.FindSpec

View as Markdown

Module
io.github.libtmux.FindSpec
Package
io.github.libtmux:libtmux
Source
libtmux/src/main/java/io/github/libtmux/FindSpec.java
class io.github.libtmux.FindSpec.FindSpec
classreadonly [source]
classreadonly [source]
class io.github.libtmux.FindSpec.FindSpec

What to look for when opening the window browser narrowed to a match.

<p>The shape CaptureSpec uses. tmux looks in a window's name, its title and its visible content unless told otherwise; naming any of them narrows it to those.

<pre>pane.findWindow(f -> f.matching("build").inName()); pane.findWindow(f -> f.matching("^err").asRegex().ignoringCase()); </pre>

<p>Every flag below exists on each supported release, so nothing here is version-gated.

4 declared, 0 inherited

Members

  • Builder class Collects what to look for, and where.
  • argv method
  • builder method A builder that looks everywhere tmux looks by default.
  • match method What is being looked for.
Esc

Type to search.