Skip to content

Commit

Permalink
scriptlive: add new command tldr
Browse files Browse the repository at this point in the history
derived from scriptreplay
  • Loading branch information
sudoAlphaX committed Jan 2, 2025
1 parent 1376970 commit 2ff0ff8
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pages/linux/scriptlive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# scriptlive

> Execute a typescript created by the `script` command in real-time.
> More information: <https://manned.org/scriptlive>.
- Execute a typescript in real-time:

`scriptlive {{path/to/timing_file}} {{path/to/typescript}}`

- Execute a typescript at double the original speed:

`scriptlive {{path/to/timingfile}} {{path/to/typescript}} --divisor 2`

- Execute a typescript created using `--log-in` option of `script`:

`scriptlive --log-in {{path/to/stdin_log_file}} {{path/to/typescript}}`

- Execute a typescript waiting at most 2 seconds between each command:

`scriptlive {{path/to/timing_file}} {{path/to/typescript}} --maxdelay 2`

0 comments on commit 2ff0ff8

Please sign in to comment.