catSync - nodef/extra-asciinema GitHub Wiki

Prints full output of recorded asciicast to a terminal. :package: :smiley_cat: :running: :vhs: :moon: :scroll: :newspaper: :blue_book:

Alternatives: cat, catSync.

asciinema.catSync(f);
// f: filename
// → full output (including all escape sequences)
const asciinema = require("extra-asciinema");

asciinema.catSync("saved.cast");
// output in "saved.cast" file

References