aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authormarkvanatten <vanattenmark@gmail.com>2020-01-15 14:43:01 +0100
committerDan Cross <crossd@gmail.com>2020-01-15 08:43:01 -0500
commita9b462061c05f8cd4e1f85b05522770293c8a468 (patch)
treee44dd79a95cbdb030365d2e13b6ce76f2f7f8076 /man
parentdc24d309d591eb59168a84f233bb8dfb1795c5a2 (diff)
downloadplan9port-a9b462061c05f8cd4e1f85b05522770293c8a468.tar.gz
plan9port-a9b462061c05f8cd4e1f85b05522770293c8a468.tar.bz2
plan9port-a9b462061c05f8cd4e1f85b05522770293c8a468.zip
winwatch: port based Plan 9 winwatch
Port of Plan 9's winwatch(1).
Diffstat (limited to 'man')
-rw-r--r--man/man1/winwatch.157
1 files changed, 57 insertions, 0 deletions
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).