solstice-ci/crates/ciadm
Till Wegmueller c0a7f7e3f2
Add ANSI escape sequence parsing for enhanced log rendering
- Replace plain text rendering with `ansi_to_text` for displaying logs with styled ANSI sequences in TUI.
- Implement parsing logic for SGR parameters to apply text styling (e.g., bold, italic, colors).
- Extend TUI functionality to support dynamic styling based on ANSI codes.

Signed-off-by: Till Wegmueller <toasterson@gmail.com>
2026-01-25 23:15:12 +01:00
..
src Add ANSI escape sequence parsing for enhanced log rendering 2026-01-25 23:15:12 +01:00
Cargo.toml Add configuration support and enhance logs handling in TUI 2026-01-25 22:54:35 +01:00