marionebl / svg-term-cli

Share terminal sessions via SVG and CSS
MIT License
3.48k stars 116 forks source link

Display initial command line prompt #31

Open ad-si opened 6 years ago

ad-si commented 6 years ago

When I run svg-term --command='echo "test"' --at 2000 > test.svg the image only contains:

test

Is there a way to change it so it displays the whole interaction?

$ echo "test"
test
marionebl commented 5 years ago

We inherit the behavior of asciinema rec -c <cmd> here. I like the suggestion but think this should be done in asciinema.

cc @sickill