An open API service indexing awesome lists of open source software.

https://github.com/dhth/ez

write stdin to stdout, but slowly
https://github.com/dhth/ez

Last synced: over 1 year ago
JSON representation

write stdin to stdout, but slowly

Awesome Lists containing this project

README

          

# ez

✨ Overview
---

write stdin to stdout, but slowly


Usage

💾 Installation
---

**homebrew**:

```sh
brew install dhth/tap/ez
```

**go**:

```sh
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
```