LibTmux.Window.SearchPanesAsync
- Module
- LibTmux
- Declared in
- Window
- Package
- LibTmux
- Source
- src/LibTmux/Window.Panes.cs
- Other languages
- Python Ruby Lua TypeScript RustGo Java C++ Swift
- SearchPanesAsync ( filter : UnsafeTmuxFilter , cancellationToken : CancellationToken ) Task<IReadOnlyList<Pane>>
-
Runs a tmux-side filter over this window's panes.
- Parameters
-
-
filter ( UnsafeTmuxFilter ) – The raw tmux filter expression.
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
- Returns
-
The panes tmux kept.
In other ports Filter a window's panes with a tmux expression
- Python
libtmux.Window.search_panes - 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
Window - Rust
window.Window.search_panes - Go
tmux.Window.SearchPanes - Java no equivalent on
Window - C++ no equivalent on
Window - Swift no equivalent on
Window
0 declared, 0 inherited