Are there any alternatives (just want to see alternatives to find which is best for my use). Either way, looks nice! Although a bit irrelevant, like the gradient!
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
Asciinema – Record and share terminal sessions
101–103 of 103 posts
Re: Asciinema – Record and share terminal sessions
#102Earlier quoted context omitted.
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
One thing from the 'demo' here: https://nbedos.github.io/termtosvg/ on your web player it seems you cannot select multiple lines
Re: Asciinema – Record and share terminal sessions
#103Asciinema is great and a joy to use, but one of the coolest things about how Asciinema is made is that the web player implements a virtual terminal emulator in Clojure: https://github.com/asciinema/vt/blob/master/src/asciinema/vt... It's cljc, which means it runs on both JVM and in JS. I have no idea if they actually use the JVM bit.