Asciinema

How it works asciinema project is built of several complementary pieces: command-line based terminal session recorder, asciinema, website with an API at asciinema.org, javascript player When you run asciinema rec in your terminal the recording starts, capturing all output that is being printed to your terminal while you’re issuing the shell commands. When the recording finishes (by hitting Ctrl-D or typing exit) then the captured output is uploaded to asciinema.org website and prepared for playback on the web. ...

April 9, 2026 · 13 min · Theme PaperMod