You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 16, 2020. It is now read-only.
Instead of only offering the default shell, it would be useful to have a flag that allows for the launch of a custom program without having to go through the shell first.
For example:
Current behavior:
$ termtosvg myfile.svg
Recording started, enter "exit" command or Control-D to end
$ mycommand
# interact with mycommand
$ exit
Recording ended, SVG animation is myfile.svg
Requested behavior:
$ termtosvg myfile.svg -c mycommand
# interact with mycommand
Recording ended, SVG animation is myfile.svg
The text was updated successfully, but these errors were encountered:
Instead of only offering the default shell, it would be useful to have a flag that allows for the launch of a custom program without having to go through the shell first.
For example:
Current behavior:
Requested behavior:
The text was updated successfully, but these errors were encountered: