As requested in #83 (but also #20 and #11), I've implemented a command line option to choose which program is recorded.
Usage is as simple as termtosvg -c 'ipython --print' to record an IPython interactive session for example. The argument of -c must be the a program followed by optional arguments.
As requested in #83 (but also #20 and #11), I've implemented a command line option to choose which program is recorded.
Usage is as simple as
termtosvg -c 'ipython --print'
to record an IPython interactive session for example. The argument of-c
must be the a program followed by optional arguments.Here's a sample animation made with this option: https://github.com/nbedos/termtosvg/blob/2bae49054076f5e686dd2fb5105a71b7c9c59fef/docs/examples/ipython_window_frame.svg