libtmux.Pane.find_window
Python
- Python
- Ruby Unavailable
- Lua Unavailable
- TypeScript
- Rust Unavailable
- Go
- Java Unavailable
- .NET
- C++ Unavailable
- Swift Unavailable
- Module
- libtmux
- Declared in
- Pane
- Package
- libtmux
- Source
- src/libtmux/pane.py
- Other languages
- Ruby Lua TypeScript Rust Go Java .NET C++ Swift
-
Search for a window matching a string via
$ tmux find-window.Opens a choose-tree filtered to matching windows.
- Parameters
-
-
match_string ( str ) – String to search for in window names, titles, and content.
-
match_content ( bool | None ) – Match visible pane content (
-Cflag). -
case_insensitive ( bool | None ) – Case-insensitive matching (
-iflag). -
match_name ( bool | None ) – Match window name only (
-Nflag). -
regex ( bool | None ) – Treat match string as a regex (
-rflag).
-
In other ports Search windows interactively from a pane
- Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript
pane.Pane.findWindow - Rust no equivalent on
Pane - Go
tmux.Pane.FindWindow - Java no equivalent on
Pane - .NET
LibTmux.Pane.FindWindowAsync - C++ no equivalent on
Pane - Swift no equivalent on
Pane
Examples
>>> pane.find_window('sh')await pane.findWindow("editor");0 declared, 0 inherited