What does HackerNews think of termtosvg?

Record terminal sessions as SVG animations

Language: Python

#11 in Shell
#9 in Terminal
This is neat tech. I'm only a little bummed that the two options are "text without formatting" and "raster graphics without text data", though. SVG's right there! You can background the raster image and write equivalent text over it.

EDIT: Just remembered this one weird trick, https://github.com/nbedos/termtosvg

Apart from the obvious feels (I love that movie), the big takeaway from this for me is https://github.com/nbedos/termtosvg - makes me think, considering how much I enjoy creating documentation (sort of as a relaxing technique), why the hell haven't I jazzed up my READMEs yet?!
I use it and it's awesome! It's not just a video, you can copy-paste from it if you want.

Here's another one I want to try for a long time but still haven't (to have a single, animated SVG file, still copy-pastable): https://github.com/nbedos/termtosvg .

I wrote termtosvg as an alternative [1]. It's a python program that records a shell session as a standalone SVG animation. Animations produced by termtosvg can be embedded in Markdown files or HTML pages.

[1] https://github.com/nbedos/termtosvg

I've not had the opportunity to use this project yet, but https://github.com/nbedos/termtosvg seems to be another nice alternative. It provides the option of using templates that have playback controls or a progress bar. Also supports copying from the "terminal" like asciinema does.
A good solution would be termtosvg[1] styled to look like Sublime Text 3.

[1] https://github.com/nbedos/termtosvg

Why keep dealing with asciienema now that there is term-to-svg [0] ?

[0] https://github.com/nbedos/termtosvg