https://github.com/sysread/typing
A bash utility that makes it seem like piped output is being typed by a person
https://github.com/sysread/typing
Last synced: 6 months ago
JSON representation
A bash utility that makes it seem like piped output is being typed by a person
- Host: GitHub
- URL: https://github.com/sysread/typing
- Owner: sysread
- License: mit
- Created: 2023-09-14T19:09:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-21T15:44:03.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T13:59:31.916Z (6 months ago)
- Language: Shell
- Size: 511 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NAME
typing
# SYNOPSIS
```
echo "How now brown bureaucrat" | typing
```# DESCRIPTION
Prints piped output to the terminal, introducing short delays to make it appear
as though it is being typed by a person.

# OPTIONS
- `--help` - show help information
- `--slow` - type slower
- `--fast` - type faster# ENV VARS
- `TYPO_PROBABILITY` - the number of chances out of 10,000 that a typo will be
introduced (and then corrected). Defaults to **50**.