Replies: 5 comments 1 reply
-
It would be... :) In fact asciinema was inspired by the very The thing is, I'm still open for discussing support for typescript files locally, for local playback. |
Beta Was this translation helpful? Give feedback.
-
It doesn't have to be natively supported, i.e., directly uploading them to asciinema.org. Something like Whenever the timing info is available (like in Linux), the converter/importer can use it. When it is not available, maybe an option like |
Beta Was this translation helpful? Give feedback.
-
I’m also interested in this. My use case is that, when I’m upgrading across macOS major versions, I need to reinstall all MacPorts packages (a.k.a. “ports”). I installed asciinema via MacPorts, so I can’t use asciinema itself for recording. Another use-case is when I upgrade my Debian server from Buster (old-stable) to Bullseye (current stable).
Actually this is only half-true. The macOS |
Beta Was this translation helpful? Give feedback.
-
I found https://gist.github.com/izabera/223f58d20be61911e62b but it’s super old (in 2015), so I assume it’s not working. |
Beta Was this translation helpful? Give feedback.
-
asciinema player v3.4.0 added support for typescript and ttyrec recordings: https://github.com/asciinema/asciinema-player/blob/develop/src/parser/README.md#typescript At the moment this is only useful for people who host the player themselves on their own sites, as asciinema.org doesn't support upload of those file types, but still an option for those who can self-host the player. |
Beta Was this translation helpful? Give feedback.
-
It would be awesome to import/parse/play the typescript output generated by
script
.typescript
seems to contain tons of escape sequences and colors that is not recognized byless
.Beta Was this translation helpful? Give feedback.
All reactions