libtmux Reference MCP Search
On this page

server.Server.listCommands

View as Markdown

Module
server
Declared in
Server
Package
@libtmux/libtmux
Source
packages/libtmux/src/server.ts
listCommands ( ) Promise<readonly string[]>
method [source]
method [source]
listCommands

Every command name the running tmux understands.

Examples

const commands = await server.listCommands();
commands.includes("new-window"); // true

0 declared, 0 inherited

Esc

Type to search.