Last active
July 24, 2020 15:07
-
-
Save chadly/5a799c103183e3d8dc5089f18b7ed99f to your computer and use it in GitHub Desktop.
Record terminal with asciinema
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if ! [[ -z "$ASCIINEMA_REC" ]]; then | |
PS1="$ " | |
fi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://github.com/marionebl/svg-term-cli | |
sudo npm install -g svg-term-cli | |
svg-term --in out.cast --out out.svg --window |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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