dhth / ez

write stdin to stdout, but slowly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

write stdin to stdout, but slowly

License:MIT License


Languages

Language:Go 100.0%