Guide to setup tools to record your terminal and share.
- Install asciinema
# install asciinema with
brew install asciinema
# start recording with:
asciinema rec
# to finish hit Ctrl-D or type exit.
# start recording to a file
asciinema rec sumo.cast
# play recording from file
asciinema play sumo.cast
asciinema play https://asciinema.org/a/22124.cast
asciinema play https://asciinema.org/a/Luby9epJikRO83c99E80K02Uh
# Manage your recordings (optional)
asciinema auth
- Install svg-term-cli
npm install -g svg-term-cli
# Generate the parrot.svg example from asciicast
svg-term --cast=113643 --out examples/parrot.svg --window
# from file
cat docs/commitlint.json | svg-term --out docs/commitlint.svg --frame --profile=Seti --height=20 --width=80
[](https://asciinema.org/a/Luby9epJikRO83c99E80K02Uh)
https://asciinema.org/a/Luby9epJikRO83c99E80K02Uh
<script src="https://asciinema.org/a/Luby9epJikRO83c99E80K02Uh.js" id="asciicast-Luby9epJikRO83c99E80K02Uh" async></script>