asciinema-rs icon indicating copy to clipboard operation
asciinema-rs copied to clipboard

Asciinema client written in Rust

Results 22 asciinema-rs issues
Sort by recently updated
recently updated
newest added

`pty-shell` is no longer maintained and uses `mio` directly. It would be nice to switch to `tokio`. As a bonus this will also likely enable us to ship to crates.io.

enhancement
hard

Depends on https://github.com/LegNeato/asciicast-rs/pull/5 to publish version 0.2.4 of asciicast-rs. I was not able to bump the mio dependency in pty-shell since I don't know enough about mio to translate it...

I might be a good idea to build a new tool or sub-command which convert cast to gif(or svg). Original asciinema2gif is useful but installing deps is boring :) asciinema2gif:...

enhancement
output formats
hard

Users can set a different `url` in their config or as an env variable: https://asciinema.org/docs/config. We currently support this, but we don't change the hostname in messages to the user....

bug
good first issue

We should support writing directly and converting to some movie format.

enhancement
output formats
hard

We should support writing directly and converting to SVG.

enhancement
output formats
hard

If we are playing back a recoding that was recoded in a smaller terminal, we should "letterbox" the output in the larger playback terminal so that the recording appears correct....

enhancement
play

We don't do any translation of the output data, so playing back in a smaller terminal may not work correctly depending on what happens in the recording session. We should...

play
parity

See https://asciinema.org/docs/usage.

play
parity

See https://asciinema.org/docs/usage.

play
parity