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