Remix.run Logo
theraven 2 days ago

I’ve moved over to using vhs https://github.com/charmbracelet/vhs

eddieh 2 days ago | parent | next [-]

Looks cool, but produce GIFs? Asciinema is text based IIRC.

The name is the downside of Asciinema IMO. Can’t help but read it as ASCII enema, which is funny, but not what I want think about. Just call it tty-player or something…

hamandcheese 2 days ago | parent | next [-]

Did someone say titty player?

eddieh 2 days ago | parent [-]

Touché.

ggaughan 2 days ago | parent | prev [-]

vhs can also create video files: https://github.com/charmbracelet/vhs#output

justusthane a day ago | parent [-]

But the brilliant thing about Asciinema is that the output is just text (JavaScript). You can pause it and copy text from it if you need to, and the filesize is basically nil.

ethan_smith a day ago | parent | prev [-]

VHS offers a declarative approach with .tape files that makes terminal demos reproducible and version-controllable, plus it generates GIFs without requiring a browser to view the recordings.