URI: 
       twinwatch.1 - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       twinwatch.1 (888B)
       ---
            1 .TH WINWATCH 1
            2 .SH NAME
            3 winwatch \- monitor rio windows
            4 .SH SYNOPSIS
            5 .B winwatch
            6 [
            7 .B -e
            8 .I exclude
            9 ] [
           10 .B -f
           11 .I font
           12 ] [
           13 .B -n
           14 ] [
           15 .B -s
           16 ] 
           17 .SH DESCRIPTION
           18 .I Winwatch
           19 displays the labels of all current
           20 .MR rio (1)
           21 windows, refreshing the display every second.
           22 Right clicking a window's label unhides, raises and gives focus to that window.
           23 Typing
           24 .B q
           25 or
           26 DEL
           27 quits
           28 .IR winwatch .
           29 .PP
           30 If the
           31 .B -e
           32 flag
           33 is given,
           34 windows matching the regular expression
           35 .I exclude
           36 are not shown.
           37 With the 
           38 .B -n
           39 option,
           40 the 
           41 label is defined as the window’s name instead of its class,
           42 and with
           43 .B -s
           44 the labels are sorted by alphabet (case insensitive)
           45 instead of by order of appearance.
           46 Winwatch is unicode aware.
           47 .SH EXAMPLE
           48 Excluding winwatch and stats from being shown.
           49 .IP
           50 .EX
           51 % winwatch -e '^(winwatch|stats)$'
           52 .EE
           53 .SH SOURCE
           54 .B \*9/src/cmd/winwatch.c
           55 .SH SEE ALSO
           56 .MR rio (1) ,
           57 .MR regexp (7) .