Skip to content

Instantly share code, notes, and snippets.

@wilsonkhlam
Created September 25, 2020 08:56
Show Gist options
  • Save wilsonkhlam/7a000715f46b5a899d92f32cc59b0a75 to your computer and use it in GitHub Desktop.
Save wilsonkhlam/7a000715f46b5a899d92f32cc59b0a75 to your computer and use it in GitHub Desktop.
Screen Recording to GIF
alias gifify='docker run -it --rm -v $(pwd):/data maxogden/gifify'
gifify container-registry.mov -o container-registry.gif --resize 800:-1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment