Categorygithub.com/davidzech/autopilot
modulepackage
0.1.1
Repository: https://github.com/davidzech/autopilot.git
Documentation: pkg.go.dev

# README

Autopilot Go

Fearlessly present your command line demos with precision. Inspired by Hackertyper.

Demonstration

Usage

→ 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}")

Hashbang

Autopilot is invocable via hashbang

#!autopilot --shell=/bin/sh

echo hello world

# Packages

No description provided by the author
No description provided by the author
No description provided by the author