Cool, but I’m not clear on why you have to upload and then download your cast file to make this work.
replies(1):
$ asciinema rec test.cast
<do stuff in the terminal then ctrl-d>
$ cat test.cast | svg-term --out=test.svg
And voila, no upload needed.edit: formatting