Fearlessly present your command line demos with precision. Inspired by Hackertyper.
→ autopilot --help
A tool that automatically types your script into a new instance of your shell via PTY.
Pressing a key causes the next character of your script to be entered into the PTY.
Newlines are only consumed when you press [enter].
Usage:
autopilot [flags] script
Flags:
-h, --help help for autopilot
-s, --shell string Shell to use for execution (default "${SHELL}")
Autopilot is invocable via hashbang
#!autopilot --shell=/bin/sh
echo hello world