Create asciinema videos from a text file.
Have you ever re-record your asciinema video over and over again to hit perfect speed and avoid making typos? I did, too many times and this is why I wrote this tool.
First list is header, which starts with #!
and is followed by JSON
object. The object must include ...
Empty lines will be skipped.
Lines starting with #
will be skipped and can serve as comments.
Lines starting with $
will be typed out one character at the time. Every
character after #
will be brighter.
Lines starting with "(nix-shell) $ " will be typed out with (nix-shell)
in green color.
Lines starting with "--" will clear the screen.
Everything else will be displayed immediately.
Licensed under either of these: