Skip to content

Instantly share code, notes, and snippets.

@joshbeard
Created December 22, 2022 02:48
Show Gist options
  • Save joshbeard/a213ebabed4eb251524d45e7c0ddab77 to your computer and use it in GitHub Desktop.
Save joshbeard/a213ebabed4eb251524d45e7c0ddab77 to your computer and use it in GitHub Desktop.
Terminal screen recording

Terminal Screen Recording

  1. Install asciinema.

    Homebrew:

    brew install asciinema

    Alpine:

    apk add asciinema
  2. Install agg to convert to GIF.

    brew install agg
  3. Example Usage:

    asciinema rec demo.cast
    agg demo.cast demo.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment