Expand description
Report formatting utilities for terminal output
Provides formatting helpers for various report types.
Functionsยง
- double_
separator - Format a double separator line
- format_
bar - Create a simple bar chart representation
- format_
header - Format a header line with padding
- format_
money_ colored - Format a money amount with color hints for terminal display
- format_
percentage - Format a percentage with appropriate precision
- left_
align - Left-align text in a field of given width
- right_
align - Right-align text in a field of given width
- separator
- Format a separator line
- truncate
- Truncate a string to a maximum length with ellipsis