DOCS v0.1.13 github

@hatch:fmt v0.1.1

ANSI color + padding + small numeric helpers for terminal output.

stable system updated May 1, 2026 source ↗
README
$ hatch add @hatch:fmt

MOD fmt

CL Fmt

FN Fmt.static enabled

FN Fmt.static enabled=(v)

FN Fmt.static reset

FN Fmt.static red(s)

FN Fmt.static green(s)

FN Fmt.static yellow(s)

FN Fmt.static blue(s)

FN Fmt.static magenta(s)

FN Fmt.static cyan(s)

FN Fmt.static white(s)

FN Fmt.static gray(s)

FN Fmt.static bold(s)

FN Fmt.static dim(s)

FN Fmt.static italic(s)

FN Fmt.static underline(s)

FN Fmt.static wrap_(s, code)

FN Fmt.static padLeft(s, width)

FN Fmt.static padRight(s, width)

FN Fmt.static center(s, width)

FN Fmt.static hex(n)

FN Fmt.static fixed(n, decimals)

FN Fmt.static duration(seconds)

FN Fmt.static toString_(v)