4 ms·
> I was tired of screen-recording CLI demos What was wrong with https://asciinema.org/ https://asciinema.org/ ?
by lazystone 7mo ago
> I was tired of screen-recording CLI demos
What was wrong with https://asciinema.org/ https://asciinema.org/ ?
- saikatkumardey 7mo agoNothing, honestly. asciinema needs a JS player to render, GitHub READMEs don't support it as a native image. termstage outputs plain SVG, so it's just an <img> tag that works anywhere.
- lazystone 7mo agoLike this https://asciinema.org/a/377532 https://asciinema.org/a/377532 ? :)
- saikatkumardey 7mo agoyep, but your pipeline now is record → upload → download cast → run svg-term → SVG. termstage skips the recording step and goes straight to SVG from a YAML spec.