←back to thread

518 points cantdutchthis | 1 comments | | HN request time: 0s | source
Show context
sevensor ◴[] No.44501044[source]
Cool, but I’m not clear on why you have to upload and then download your cast file to make this work.
replies(1): >>44501176 #
7h3kk1d ◴[] No.44501176[source]
I don't think you do. The --in param on svg-term-cli worked for me locally.
replies(1): >>44503350 #
1. jodacola ◴[] No.44503350[source]
Don't need to upload. I just tested this out because I didn't want to have to upload to asciinema:

  $ 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