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 format, as a .json file.
DownloadReplay in terminal
You can replay this recording in your terminal with asciinema play command:
asciinema play asciicast-22958.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" />
<script src="/asciinema-player.js"></script>
</head>
<body>
<div id="player-container"></div>
<script>
asciinema.player.js.CreatePlayer('player-container', '/asciicast-22958.json', { width: 80, height: 29 });
</script>
</body>
</html>
See asciinema player README for full usage instructions.
This recording is being pre-processed at the moment. It will open automatically in a few seconds.
Feel free to contact support@asciinema.org if it takes longer.