summaryrefslogtreecommitdiff
path: root/src/utils/display.rs
AgeCommit message (Collapse)Author
2025-12-04Add description column to `jv here --desc` output魏曹先生
2025-11-20add: utility functions for table and pager魏曹先生
- Add insert_item method to SimpleTable for flexible row insertion - Add show_in_pager function for system pager support
2025-11-10Create fs.rs魏曹先生
2025-11-06feat: add display utilities and table component魏曹先生
- 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