Share this recording
Embed image link
Use snippets below to display a screenshot linking to this recording. Useful in places where scripts are not allowed (e.g. in a project's README file).
HTML:
Markdown:
Embed the player
If you're embedding on your own page or on a site which permits script tags, you can use the full player widget:
Paste the above script tag where you want the player to be displayed on your page.
See Sharing & embedding for additional options.
Download this recording
You can download this recording in asciicast v1 format, as a .json file.
DownloadReplay in terminal
You can replay this recording in your terminal with asciinema play command:
asciinema play 95933.json
If you don't have asciinema cli installed then see installation instructions.
Use with stand-alone player on your website
Download asciinema player from player's releases page (you only need .js and .css file), then use it like this:
<html>
<head>
<link rel="stylesheet" type="text/css" href="/asciinema-player.css" />
</head>
<body>
<asciinema-player src="/95933.json" cols="117" rows="37"></asciinema-player>
...
<script src="/asciinema-player.js"></script>
</body>
</html>
See asciinema player README for full usage instructions.