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
- Host: GitHub
- URL: https://github.com/dhth/ez
- Owner: dhth
- License: mit
- Created: 2024-03-08T12:55:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-08T13:23:43.000Z (over 2 years ago)
- Last Synced: 2025-02-10T08:51:24.634Z (over 1 year ago)
- Language: Go
- Size: 324 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ez
✨ Overview
---
write stdin to stdout, but slowly
💾 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
```