A reimplementation of the asciinema command line program written in Rust.
Prebuilt asciinema binaries can be downloaded from GitHub releases. There are no
dependencies and the binary can be run directly once downloaded.
(asciinema is not available on crates.io due to https://github.com/rust-lang/cargo/issues/1565).
This program intends be a drop-in replacement for the official asciinema python client program. Accordingly, the official documentation serves as documentation for this version as well. If you find behavior differences, please file an issue.
# Record terminal and upload it to asciinema.org:
asciinema rec
# Record terminal to local file:
asciinema rec demo.cast
# Record terminal and upload it to asciinema.org, specifying title:
asciinema rec -t "My git tutorial"
# Record terminal to local file, limiting idle time to max 2.5 sec:
asciinema rec -i 2.5 demo.cast
Below is an example recording where the program records itself.
We are not yet at 100% parity with the official binary. This project welcomes contributors and is a great project for Rust beginners. Please contribute!
asciinema rec)stdoutstdin via --stdin--append--raw--overwrite--command]issue.3SHELL and TERM environment variables--env]issue.8--title--idle-time-limit--yes]issue.9--quiet]issue.10asciinema auth)asciinema upload)asciinema play)stdin]issue.25ipfs]issue.26SPACE]issue.27.]issue.28CTRL+C]issue.29--idle-time-limit--speedasciinema cat)asciinema is licensed under either of the following, at your option:
Note that the reference python implementation is licensed under GPLv3. This program is developed without looking at or using any of the code.
$ claude mcp add asciinema-rs \
-- python -m otcore.mcp_server <graph>