Skip to content
/ typer Public

Write text input delayed to simulate typing

Notifications You must be signed in to change notification settings

apathor/typer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

USAGE: typer [OPTIONS] < TEXT
Write text input delayed to simulate typing.

OPTIONS:
 -h      : Print some help text
 -c RATE : Print rate in characters per second (0-999)
 -r      : Randomized delay between characters (default)
 -s      : Smooth output, no randomization

EXAMPLES:
 $> typer -c 5 <<< "Hello, \$USER..."
 $> typer -r -c 50 < <(fortune)
 $> nethack | typer -c 600
 $> ttyrec /dev/null | typer -s -c 900

(c) Mike Lalumiere 2019

About

Write text input delayed to simulate typing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages