Skip to main content

record and replay interactive terminal sessions

Project description

Playitagainsam is a tool and a corresponding file format for recording and replaying interactive terminal sessions. It takes inspiration from the unix commands “script” and “ttyrec” and the python tool “playerpiano”.

Useful features include:

  • ability to replay with fake typing for enhanced “interactivity”

  • ability to replay synchronized output in multiple terminals

It’s early days, still kinda buggy and easy to crash. But I hope this will be resolved in short order!

Basic Usage

Run the software using either the included “pias” script, or using the python module-running syntax of “python -m playitagainsam”.

Record a session like this:

$ pias record <output-file>

This will drop you into a shell and record all the input and output that occurs during the session. Once you exit the shell, all activity will be written into the output file as a JSON document.

Replay a recorded session like this:

$ pias play <input-file>

This will start a simulated playback of the original shell. Press any keys to type, and hit “enter” when you reach the end of a line.

Extra Features

Playitagainsam has some extra features that distinguish it from similar solutions.

Multiple Terminals

It’s possible to record activity in several terminals simultaneously as part of a single session, which can be useful for e.g. demonstrating a server process in one terminal and a client process in another. Join a new terminal to an existing recording session like this:

$ pias --join record <output-file>

Choice of Manual or Automated Typing

While the default playback mode assumes interactive typing, it is also possible to have pias type automatically for you. You can have it enter individual commands but wait for you to manually trigger each newline like this:

$ pias play <input-file> --auto-type

Or you can have it automatically type all input like this:

$ pias play <input-file> --auto-type --auto-waypoint

These options both accept an integer millisecond value which will control the speed of the automated typing.

JavaScript Player

There is a javascript-based player that can be used to embed a recorded session into a HTML document. This is useful for websites or HTML-based presentations. The code is here:

https://github.com/rfk/playitagainsam-js/

And an example presentation using this code is at:

https://github.com/rfk/talk-webapitesting/

Gotchas

Getting this all running just right can be tricky business! Here’s some thing that you should be aware of:

  • All terminals should be using utf8 encoding, or you’ll see strange output and probably some outright errors.

  • All terminals in a session should be the same size. This restriction may go away in the future.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

playitagainsam-0.2.1.tar.gz (12.0 kB view details)

Uploaded Source

File details

Details for the file playitagainsam-0.2.1.tar.gz.

File metadata

File hashes

Hashes for playitagainsam-0.2.1.tar.gz
Algorithm Hash digest
SHA256 95f0be393f8d55a4bb5be28510b50f8093b91e3d507e8e970843290a7f1e3dd3
MD5 32defc1425f60123d2735987f694dc78
BLAKE2b-256 bde8482ba4eee18afff1ac905503e7ec5d80b727a626e211ab618b9937dc831b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page