Being able to define a series of operations to have it display on autopilot would be really useful. That would allow for pre-recorded tutorials where it just ran through the set of operations automatically, displaying each step as it occurs, along with presenter commentary.
[
{ "cmd" : "pres()" },
{ "cmd" : "git commit -m \"test1\"", "pause" : 2, "caption" : "here we are creating our first commit" },
{ "cmd" : "........},
{ "cmd" : "pause" }, // This one would wait for interactive click-to-proceed.
]
This would be even more amazing if combined with support for #123
Being able to define a series of operations to have it display on autopilot would be really useful. That would allow for pre-recorded tutorials where it just ran through the set of operations automatically, displaying each step as it occurs, along with presenter commentary.
This would be even more amazing if combined with support for #123