We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Prints full output of recorded asciicast to a terminal. ๐ฆ ๐บ ๐ ๐ผ ๐ ๐ ๐ฐ ๐
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