Skip to content

Add asciinema-scripted to the list of integrations #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

robmoss
Copy link

@robmoss robmoss commented Aug 30, 2024

I've been using asciinema to record terminal sessions for online training materials since early last year (here's one example). The ability to record and play back these sessions (and to pause the recording and copy text) is fantastic. Thank you very much!

For longer, more complex examples, I wanted the ability to script the input and automatically insert markers and comments, so I've written a relatively simple Python package called asciinema-scripted.

This PR adds asciinema-scripted to the Integrations page.

This` tool allows you to record scripted terminal sessions, and provides the following features:

  • Terminal input is predefined, so that you can avoid typing mistakes (similar to autorecorder);

  • Input speed can be controlled, so that viewers can easily follow the input;

  • Input delays can be sampled at random, to mimic human typing;

  • Markers are defined relative to input events, so their times are calculated automatically;

  • Comments can be displayed in a "subtitle" bar at the top or bottom of the terminal — a feature introduced by asciinema-comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant