Container based inline terminal demos for Google Slides
chrome://extensions/
and load directory chrome_extension
docker
is installedpresentty --config ./examples/docker.toml
#term=dockerdemo
#term=id,autostart
will inject the terminal automatically on loadpresentty --asciinema
runs demos through asciinema (needs to be installed on the host) and records them to the local directory.https://asciinema.org/...#term=...
so that they now point to recordings for people who have not installed the extension.docker exec
while presentty
is running. If all fails asciinema
recordings can be replayed with asciinema play
.tmux a
as an entrypoint of the command so you can continue from the place you left off if you accidentally switch slides. Look at the example demo for instructions.