Commit Graph

5 Commits

Author SHA1 Message Date
Peter Wood
5b249c89bd feat: Update README for Backup File Browser TUI and remove demo script 2025-06-01 17:32:32 -04:00
Peter Wood
90c6033a95 feat: Add backup viewer and enhance backup management features in TUI
refactor: Improve backup item structure and add detailed descriptions for services
feat: Implement loading of backup directories and log files with detailed information
feat: Enhance file content loading with size limits for display
2025-06-01 09:47:18 -04:00
Peter Wood
d6c76ac146 Fix TUI newline display issue
- Add processEscapeSequences() function to convert literal \n to actual newlines
- Apply fix to backup success, error, and running output displays
- Add TUI binary to gitignore
- Include comprehensive documentation of the fix

Resolves issue where backup output showed literal escape sequences
instead of properly formatted text with line breaks.
2025-05-30 10:03:43 -04:00
Peter Wood
374da47bf5 refactor: Clean up whitespace and improve formatting in backup update logic 2025-05-30 08:57:28 -04:00
Peter Wood
f2c415cc1b Add test script for Enhanced Backup TUI Features
- Implement a comprehensive test script to validate the enhanced functionality of the Backup TUI.
- Include tests for compilation, startup, feature validation, backup script integration, dependency checks, performance, and documentation.
- Utilize color-coded output for better readability of test results.
2025-05-30 07:24:03 -04:00