GitHub - ritza-co/typing-automator

1 min read Original article ↗

Typing Automator

A bash script that calls an Apple script that lets you specify a string and a delay, and then have that string typed out at a uniform speed after the delay.

Good for recording demo videos like this (meta) one.

demo-demo.mp4

Install (macos only)

 git clone git@github.com/ritza-co/typing-automator
 cd typing-automator
 chmod +x type_demo.sh

Usage

 ./type_demo.sh "type this text" 5

(adjust the last number as needed to give you enough time to switch to the window where you want the text to appear.