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:
I hereby claim:
To claim this, I am signing this object:
#!/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 |