/ez

write stdin to stdout, but slowly

Primary LanguageGoMIT LicenseMIT

ez

✨ Overview

write stdin to stdout, but slowly

Usage

💾 Installation

homebrew:

brew install dhth/tap/ez

go:

go install github.com/dhth/ez@latest

⚡️ Usage

Flags:
  -clr-screen
        whether to clear the screen before printing (default true)
  -color string
        the color to use for printing; possible values: yellow, blue, red
  -delay-ms int
        delay in printing each char, in ms (default 50)
  -sleep-ms int
        ms to sleep for at the end