libtmux Reference MCP Search
On this page

pane.Pane.chooseTree

View as Markdown

Module
pane
Declared in
Pane
Package
@libtmux/libtmux
Source
packages/libtmux/src/pane.ts
chooseTree ( options : : ChooseTreeOptions ) Promise<void>
method [source]
method [source]
chooseTree

Open the interactive session and window chooser in this pane.

tmux needs a client attached to the session to draw this. With none, it does nothing and reports success, so a headless run is told it worked.

Examples

await pane.chooseTree({ sessionsOnly: true });

0 declared, 0 inherited

Esc

Type to search.