aboutsummaryrefslogtreecommitdiff
path: root/src/utils/display.rs
Commit message (Collapse)AuthorAgeFilesLines
* add: utility functions for table and pager魏曹先生2025-11-201-0/+24
| | | | | - Add insert_item method to SimpleTable for flexible row insertion - Add show_in_pager function for system pager support
* Create fs.rs魏曹先生2025-11-101-0/+26
|
* feat: add display utilities and table component魏曹先生2025-11-061-0/+136
- Create display module with SimpleTable structure - Add size_str function for file size formatting - Support ANSI escape sequence filtering in display width - Provide table formatting with proper column alignment