From a9b462061c05f8cd4e1f85b05522770293c8a468 Mon Sep 17 00:00:00 2001 From: markvanatten Date: Wed, 15 Jan 2020 14:43:01 +0100 Subject: winwatch: port based Plan 9 winwatch Port of Plan 9's winwatch(1). --- man/man1/winwatch.1 | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 man/man1/winwatch.1 (limited to 'man/man1/winwatch.1') diff --git a/man/man1/winwatch.1 b/man/man1/winwatch.1 new file mode 100644 index 00000000..afbf541d --- /dev/null +++ b/man/man1/winwatch.1 @@ -0,0 +1,57 @@ +.TH WINWATCH 1 +.SH NAME +winwatch \- monitor rio windows +.SH SYNOPSIS +.B winwatch +[ +.B -e +.I exclude +] [ +.B -f +.I font +] [ +.B -n +] [ +.B -s +] +.SH DESCRIPTION +.I Winwatch +displays the labels of all current +.IR rio (1) +windows, refreshing the display every second. +Right clicking a window's label unhides, raises and gives focus to that window. +Typing +.B q +or +DEL +quits +.IR winwatch . +.PP +If the +.B -e +flag +is given, +windows matching the regular expression +.I exclude +are not shown. +With the +.B -n +option, +the +label is defined as the window’s name instead of its class, +and with +.B -s +the labels are sorted by alphabet (case insensitive) +instead of by order of appearance. +Winwatch is unicode aware. +.SH EXAMPLE +Excluding winwatch and stats from being shown. +.IP +.EX +% winwatch -e '^(winwatch|stats)$' +.EE +.SH SOURCE +.B \*9/src/cmd/winwatch.c +.SH SEE ALSO +.IR rio (1), +.IR regexp (7). -- cgit v1.2.3