libtmux Reference MCP Search
On this page

libtmux.Server.detach_all_clients

View as Markdown

Module
libtmux
Declared in
Server
Package
libtmux
Source
src/libtmux/server.py
detach_all_clients ( self , keep_client : str | None = None , shell_command : str | None = None ) None
method [source]
method [source]
detach_all_clients

Detach every client on this server via $ tmux detach-client -a.

tmux's -a always preserves one client; when *keep_client* is omitted, the most-recently-active client survives.

Examples

>>> with control_mode() as ctl:
...     server.detach_all_clients(keep_client=ctl.client_name)
Parameters
  • keep_client ( str | None ) – Client to preserve (-t flag). All other clients on the server, regardless of which session they are attached to, are detached.

  • shell_command ( str | None ) – Run a shell command on the detached client(s) after detach (-E flag).

0 declared, 0 inherited

Esc

Type to search.