Expand description
ANSI color and text styling utilities
This module provides functions for applying ANSI escape codes to terminal text, enabling colored and styled output in the status line.
Functionsยง
- apply_
style - Applies ANSI styling to text for terminal display
- render_
with_ style_ template - Render a simple module-local format string that can contain variable tokens
like
$path,$model,$symbol,$branchand optional bracket-style annotations:[$content]($style).