Created
July 22, 2023 21:16
-
-
Save patillacode/941f24ae67d7f739295a89faf7e9901f to your computer and use it in GitHub Desktop.
asciinema in your README
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
# generate asciinema (ctrl-D) to exit when done | |
asciinema rec -t my-demo | |
# convert asciinema into svg via svg-term (https://github.com/marionebl/svg-term-cli) | |
svg-term --cast=598561 --out examples/demo.svg --window | |
# add svg to your markdown file aka README | |
 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment