sleep-progress
is a clone of GNU sleep with an optional progress bar.
The arguments are compatible with the original sleep but you can add --progress
or -p
to display a progress bar with an ETA.
It can be use as a replacement for GNU sleep: alias sleep=sleep-progress
.
```
Usage: sleep-progress [OPTIONS]
Arguments:
Options: -p, --progress Display the sleep indicator -h, --help Print help information -V, --version Print version information ```