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

Swift API

Swift documentation

Server.clients(where:)

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

View as Markdown

Declared in
Server
Package
libtmux-swift
Source
Sources/LibTmux/FilteredListings.swift
clients(where:) ( where : FilterExpr<Client> ) → [Client]
methodasync [source]
methodasync [source]
clients(where:)

Clients matching expression .

The one listing here that does not push its filter to tmux. -f reached list-clients in tmux 3.4, three releases after this package's floor, and asking an older server for it fails the whole listing rather than being ignored. Version-gating it would buy nothing worth the round trip: a server has one client per attachment, so there is no long list to narrow. The expression is applied here, and the answer is the same.

0 declared, 0 inherited

Esc

Type to search.