Skip to content

Instantly share code, notes, and snippets.

@chadly
Last active July 24, 2020 15:07
Show Gist options
  • Save chadly/5a799c103183e3d8dc5089f18b7ed99f to your computer and use it in GitHub Desktop.
Save chadly/5a799c103183e3d8dc5089f18b7ed99f to your computer and use it in GitHub Desktop.
Record terminal with asciinema
if ! [[ -z "$ASCIINEMA_REC" ]]; then
PS1="$ "
fi
# https://github.com/marionebl/svg-term-cli
sudo npm install -g svg-term-cli
svg-term --in out.cast --out out.svg --window
# https://github.com/asciinema/asciinema/issues/218
ASCIINEMA_REC=1 asciinema rec ~/Videos/out.cast
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment