Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

Python API

Python documentation

libtmux.Server.detach_all_clients

Python
  • Python
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go
  • Java Unavailable
  • .NET
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
libtmux
Declared in
Server
Package
libtmux
Source
src/libtmux/server.py
Other languages
Ruby Lua TypeScript Rust Go Java .NET C++ Swift
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).

In other ports Detach every client on the server
  • 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.DetachAllClients
  • Java no equivalent on Server
  • .NET LibTmux.Server.DetachAllClientsAsync
  • C++ no equivalent on Server
  • Swift no equivalent on Server

0 declared, 0 inherited

Esc

Type to search.