vinayak-mehta / present

A terminal-based presentation tool with colors and effects.
https://present.readthedocs.io
Apache License 2.0
4.32k stars 165 forks source link

`asciinema` to `codeio` converter #56

Open mrshu opened 4 years ago

mrshu commented 4 years ago

Hi @vinayak-mehta ,

Thanks for this nice tool/experiment!

One of the parts that look like legitimate improvements over the state of the art is the codio part. It's quite nice once you have it, but it takes ages to put together.

I was therefore wondering what your thoughts would be on some sort of a conversion mechanism between asciinema's format (https://github.com/asciinema/asciinema/blob/develop/doc/asciicast-v2.md), which seems to be kind of the standard for terminal recording. Or better yet, do you think it would be possible to read in and render the asciicast fileformat the same way the codeio file format is rendered?

Thanks again!

vinayak-mehta commented 4 years ago

Yes, that is planned #40.

Converting asciinema / terminalizer formats to codio would be nice, but yeah rendering the same format inside a slide will be awesome.