Y
Hacker News
new
|
ask
|
show
|
jobs
by
sestep
167 days ago
I'm a big fan of svg-term myself:
https://github.com/marionebl/svg-term-cli
1 comments
stavros
167 days ago
Hm, very interesting! This only converts asciinema recordings, though, right? It doesn't automatically record anything?
link
sestep
167 days ago
If you have asciinema already installed then you can invoke it through svg-term like this!
svg-term --command 'cowsay hey there'
But that has the aforementioned issues about not pausing enough, so I usually just record with asciinema first and then invoke svg-term.
link