Expand description
§Display Module
Provides improved CLI output formatting with matrix/dashboard views for better readability and easier parsing by both humans and LLMs.
Structs§
- BoxDrawer
- Box drawer that pre-calculates optimal dimensions
Enums§
- Display
Mode - Display mode for analysis output
Functions§
- display_
analysis - Main display function that routes to appropriate formatter
- display_
analysis_ to_ string - Main display function that returns a string instead of printing
- display_
analysis_ with_ return - Combined function that both prints and returns a string
- format_
project_ category - Format project category name
- get_
category_ emoji - Get emoji for project category
- strip_
ansi_ codes - Strip ANSI escape codes from a string
- truncate_
to_ width - Truncate string to specified visual width, preserving color codes
- visual_
width - Calculate visual width of a string, handling ANSI color codes