Skip to content

Instantly share code, notes, and snippets.

@klingtnet
Created November 26, 2019 07:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save klingtnet/e91591956a3d0e89774a02a8ba9ef950 to your computer and use it in GitHub Desktop.
Save klingtnet/e91591956a3d0e89774a02a8ba9ef950 to your computer and use it in GitHub Desktop.
How to record terminal sessions
$ script --timing=typescript.timings
# spawns a new shell, do something etc.
# until EOF
$ scriptreplay typescript.timings
# replays the script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment