GNU/Linux ◆ xterm-256color ◆ fish 871 views

Example of how to convert asciinema recordings to plain text without any sequences (color attributes and others).

It uses asciinema CLI combined with avt.

asciinema cat demo.cast | cargo run -q --example text

Discussed here: https://github.com/orgs/asciinema/discussions/45