Add -f to list-clients like the other list commands, from Andy Walker in

GitHub issue 3449.
This commit is contained in:
nicm
2023-02-06 09:20:30 +00:00
parent 0cb75f1332
commit 7acc8d703d
2 changed files with 23 additions and 9 deletions

8
tmux.1
View File

@ -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