@hatch:fmt v0.1.1
ANSI color + padding + small numeric helpers for terminal output.
$
hatch add @hatch:fmt
ANSI color + padding + small numeric helpers for terminal output.
Fmt.static enabled
Fmt.static enabled=(v)
Fmt.static reset
Fmt.static red(s)
Fmt.static green(s)
Fmt.static yellow(s)
Fmt.static blue(s)
Fmt.static magenta(s)
Fmt.static cyan(s)
Fmt.static white(s)
Fmt.static gray(s)
Fmt.static bold(s)
Fmt.static dim(s)
Fmt.static italic(s)
Fmt.static underline(s)
Fmt.static wrap_(s, code)
Fmt.static padLeft(s, width)
Fmt.static padRight(s, width)
Fmt.static center(s, width)
Fmt.static hex(n)
Fmt.static fixed(n, decimals)
Fmt.static duration(seconds)
Fmt.static toString_(v)