slp

sleep command with rich progress bar.

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
$ slp --help
sleep command with rich progress bar.
Usage:
slp [time] [flags]
Flags:
--second set the time unit to seconds (default)
--minute set the time unit to minutes
--hour set the time unit to hours
-b, --beep beep when finished sleeping
--color string color of progress bar
--gradient strings apply a gradient between the two colors (default [#005B72,#1DD2FF])
-h, --help help for slp
-v, --version version for slp
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