1
2			      follow 0.1 README
3
4This mini-program is mainly intended for debugging powwow.
5It is completely standalone, and needs to be called with a file-name
6(example: "follow mycapture").
7Hitting ESC or ^C quits "follow", hitting RETURN prints the next line
8of the file, any other key prints the next character (only one) of the file
9
10I know it is a _stupid_ program, but it is useful if you find screen-related
11bugs in powwow, i.e. powwow does not print some lines or prints something
12wrong.
13In that case, if you redirect powwow output to a file and reproduce the bug,
14you can use "follow your-filename" to examine the file and see what is wrong
15
16How to send a copy of powwow output to a file:
17powwow your-arguments | tee your-filename
18
19