libtmux Reference MCP Search
On this page

libtmux.Server.list_clients

View as Markdown

Module
libtmux
Declared in
Server
Package
libtmux
Source
src/libtmux/server.py
list_clients ( self ) list[str]
method [source]
method [source]
list_clients

List connected clients via $ tmux list-clients.

Examples

>>> isinstance(server.list_clients(), list)
True
Returns

list[str] Raw output lines from list-clients.

0 declared, 0 inherited

Esc

Type to search.