9bde1aefea
Replace manual string-based table formatting with jedib0t/go-pretty/v6/table library to fix alignment issues with Norwegian characters (æøå) and ANSI color codes. Changes: - Migrate FormatTaskList() to use go-pretty table - Migrate FormatTaskDetail() to use clean table format - Migrate FormatProjects() and FormatTagCounts() for consistency - Remove truncate() function (no longer needed) - Configure StyleLight with Unicode box-drawing characters - Set proper column widths and alignment Fixes: - Priority column now center-aligned under 'Pri' - Norwegian characters (æøå) display and align correctly - Tags column properly aligned - Description field truncates at 40 chars with proper UTF-8 handling - All ANSI color codes handled automatically - Consistent formatting across all table views All existing color functions work unchanged. UTF-8 and ANSI codes are handled automatically by go-pretty's width calculation.