-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
enhancementNew feature or requestNew feature or request
Description
It would be great if the CLI tool could use standard ANSI color codes (such as \033[31m
for red), allowing colors to be rendered according to each user’s terminal theme rather than relying on a hardcoded palette. This approach would make the tool’s output more consistent with users’ preferences and terminal configurations.
Additionally, having a flag like --no-color
to disable colored output (or automatically detecting when output is not a TTY) would be very helpful for scripting and accessibility.
charmbracelet/lipgloss actually supports ansi colors as described here, or alternativly Go libraries such as fatih/color can be used.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request