Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-15T21:13:44.000Z (over 1 year ago)
- Last Synced: 2023-09-16T12:53:36.014Z (over 1 year ago)
- Language: Shell
- Size: 510 KB
- Stars: 0
- 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.![Typing the truth](./assets/thetruth.gif)
![Typing Shakespeare](./assets/shakespeare.gif)
# 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**.