libtmux Reference MCP Search
On this page

Server.format(_:)

View as Markdown

Declared in
Server
Package
libtmux-swift
Source
Sources/LibTmux/Formats.swift
format(_:) ( template : String ) String?
methodasync [source]
methodasync [source]
format(_:)

Evaluates a tmux format against the server rather than any one object.

Reaches the fields that describe the server itself — #{pid}, #{version}, #{socket_path} — and any format tmux resolves without a target.

  • Returns: what tmux printed, minus its trailing newline, or nil when no server is listening. An unknown field name is not an error to tmux and comes back as the empty string, the same as a field that is legitimately empty.
Raises

0 declared, 0 inherited

Esc

Type to search.