Skip to content

Instantly share code, notes, and snippets.

@disc99
Last active November 15, 2019 03:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save disc99/dc70934e5ce83bc8e20b8c66ce3b0044 to your computer and use it in GitHub Desktop.
Save disc99/dc70934e5ce83bc8e20b8c66ce3b0044 to your computer and use it in GitHub Desktop.

capture shell

asciinema rec -c bash mycli.cast

cast to gif

docker run -e NODE_OPTIONS=--max_old_space_size=4096 --rm -v $PWD:/data asciinema/asciicast2gif -S 1 mycli.cast output.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment