Skip to content

Instantly share code, notes, and snippets.

View ezwang's full-sized avatar

Eric Wang ezwang

  • New York City, NY
View GitHub Profile

Keybase proof

I hereby claim:

  • I am ezwang on github.
  • I am ezwang (https://keybase.io/ezwang) on keybase.
  • I have a public key ASCl5bCMR3G_QA6gVK4s_mvXvUaiDDWca9LmiETvrQsLNAo

To claim this, I am signing this object:

@ezwang
ezwang / record.py
Last active August 5, 2019 01:31
Terminal GIF recorder with keystrokes
#!/usr/bin/env python3
# Simple script to record terminal screen with keystrokes to GIF for tutorials
# Tested with i3wm and Ubuntu 18.04 LTS
# Installation:
# apt-get install -y ffmpeg screenkey gifsicle xdotool
# Usage:
# ./record.py <output gif name>
import re