zzsleep
A CLI sleep/timer utility that waits until a specified duration or time. Installs as the zz binary.
Installation
Homebrew (macOS / Linux)
Shell script (macOS / Linux)
|
PowerShell (Windows)
powershell -ExecutionPolicy Bypass -c "irm https://github.com/takumi3488/zz/releases/latest/download/zzsleep-installer.ps1 | iex"
Build from source
This installs the binary as zz.
Usage
zz [options] <duration|time>
Options
| Flag | Description |
|---|---|
-q, --quiet |
Suppress the progress bar (useful in scripts) |
Duration
Wait until a specific time
Quiet mode
&&