Colorize terminal output using the Dracula color palette.
A lolcat-compatible CLI tool with three coloring modes. See the demo for visuals.
lolbat [options] [file ...]
command | lolbat [options]
--mode sequential|sine|random (default: sequential)
--freq Color wave frequency, sine mode only (default: 0.3)
--spread Characters per color step (default: 3.0)
--seed Starting palette offset (default: 0)
-a Animate colors
go install github.com/jamesfishwick/lolbat@latest
make setup # install pre-commit hook
make lint # run go vet + golangci-lint
make test # run tests with race detector
