We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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