Assciinema

Asciinema official documents.

Remote file

Add custom css like below to adjust terminal size.

.asciicast {
    max-width: 600px;
}

Local file

Use asciinema player.

Gif

Follow the https://docs.asciinema.org/manual/agg/ to create gif.

This demo was created by the command agg --theme monokai --cols 80 --rows=24 demo.cast demo.gif.

demo.gif


Last modified January 9, 2026: add asciinema (886db39)