Skip to content

catSync

Subhajit Sahu edited this page May 20, 2020 · 8 revisions

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

references

Clone this wiki locally