Contents

CLI Colorful Help

Colors are great!

I love when command-line programs use colors in their output.

Colored output is more readable, makes important details pop, and simply looks nicer.

I spend a lot of time in the terminal and appreciate such modern UX improvements.

I wish more tools would color their --help output.

Let’s share some examples.

Examples

biome

/img/cli-help/biome.png

bun

/img/cli-help/bun.png

cargo

/img/cli-help/cargo.png

dog

/img/cli-help/dog.png

freeze

/img/cli-help/freeze.png

just

/img/cli-help/just.png

ruff

/img/cli-help/ruff.png

uv

/img/cli-help/uv.png

urlencode

/img/cli-help/urlencode.png

taplo

/img/cli-help/taplo.png

typos

/img/cli-help/typos.png

statix

/img/cli-help/statix.png

How were screenshots generated?

I used freeze command.

freeze --theme monokai --execute "$program --help" --font.size 4 --padding 1 -o $program.png

I optimized PNG sizes using oxipng.