slp

sleep command with rich progress bar.

Contents
Installation
Homebrew
$ brew install koki-develop/tap/slp
go install
$ go install github.com/koki-develop/slp@latest
Releases
Download the binary from the releases page.
Usage
Basic
$ slp [time]
# e.g.
$ slp 3

Customize Color
--gradient flag can be used to apply a gradient between the two colors.
# e.g.
$ slp 3 --gradient "#000000,#ffffff"

You can also set a single color with the -color flag.
# e.g.
$ slp 3 --color "#ff0000"

LICENSE
MIT