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.
That's great! I love the approach: a standalone ouput in a standard format.
Do you think you could also add support for ttyrec input?
This would allow converting existing ttyrecs and have a a full suite of tools creating all the options ready to upload between 1) standard text format record, 2) regular animated gif, 3) svg when saving space is important (while gaining zoom abilities as well!)
It's a good idea. I don't have much time for termtosvg these days so I can't promise it'll get implemented but I've opened an issue to remember it [1].
Yes. A line of the animation is a group of text elements. Somehow text selection does not work across several SVG groups. I could remove this logic but it would mean duplicating the definition of a line on every frame showing it instead of using a single definition.
I like this approach! Smaller filesize and better rendering than a gif, but just as embeddable in a GitHub markdown readme since it's pure CSS animation. Kudos, looking forward to using this.
csdvrx|6 years ago
Do you think you could also add support for ttyrec input?
This would allow converting existing ttyrecs and have a a full suite of tools creating all the options ready to upload between 1) standard text format record, 2) regular animated gif, 3) svg when saving space is important (while gaining zoom abilities as well!)
nbe|6 years ago
[1] https://github.com/nbedos/termtosvg/issues/108
tsukurimashou|6 years ago
nbe|6 years ago
nickcw|6 years ago
> Rendering of recordings in asciicast format made with asciinema
I quite like there being an intermediate file like there is in asciinema that you can edit by hand to remove your typos or speed boring bits up.
paulgb|6 years ago
glofish|6 years ago
Fits right into a document I am developing.