fix README
This commit is contained in:
parent
55ebab1701
commit
55fc72ebec
1 changed files with 6 additions and 0 deletions
|
@ -13,13 +13,19 @@ for now though.
|
||||||
- This javascript terminal window is 80x24 characters, so it might be
|
- This javascript terminal window is 80x24 characters, so it might be
|
||||||
best to adjust your terminal window to that size as well using the
|
best to adjust your terminal window to that size as well using the
|
||||||
following to check:
|
following to check:
|
||||||
|
|
||||||
$ watch "tput cols; tput lines"
|
$ watch "tput cols; tput lines"
|
||||||
|
|
||||||
- Start recording:
|
- Start recording:
|
||||||
|
|
||||||
$ SHELL=/bin/sh TERM=vt100 script -t typescript 2> timingfile
|
$ SHELL=/bin/sh TERM=vt100 script -t typescript 2> timingfile
|
||||||
|
|
||||||
- Do your stuff and when done exit script with `exit`, `logout` or
|
- Do your stuff and when done exit script with `exit`, `logout` or
|
||||||
ctrl-d.
|
ctrl-d.
|
||||||
- To test how your recorded session looks like, use:
|
- To test how your recorded session looks like, use:
|
||||||
|
|
||||||
$ scriptreplay timingfile typescript
|
$ scriptreplay timingfile typescript
|
||||||
|
|
||||||
- Enter `timingfile` and `typescript` into form above and hit the play
|
- Enter `timingfile` and `typescript` into form above and hit the play
|
||||||
button.
|
button.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue