From 7acc8d703dec9f02e072ebc95495d634868b62e4 Mon Sep 17 00:00:00 2001 From: nicm Date: Mon, 6 Feb 2023 09:20:30 +0000 Subject: Add -f to list-clients like the other list commands, from Andy Walker in GitHub issue 3449. --- tmux.1 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 20dce121..e7a82fdc 100644 --- a/tmux.1 +++ b/tmux.1 @@ -1164,13 +1164,17 @@ session. .Tg lsc .It Xo Ic list-clients .Op Fl F Ar format +.Op Fl f Ar filter .Op Fl t Ar target-session .Xc .D1 Pq alias: Ic lsc List all clients attached to the server. -For the meaning of the .Fl F -flag, see the +specifies the format of each line and +.Fl f +a filter. +Only clients for which the filter is true are shown. +See the .Sx FORMATS section. If -- cgit v1.2.3