summaryrefslogtreecommitdiff
path: root/src/utils/display.rs
AgeCommit message (Collapse)Author
2026-01-27Extract CLI utilities into a separate crate魏曹先生
2026-01-23Add localization and refactor status command output魏曹先生
2026-01-05Add share command with subcommands and completion supportMVP魏曹先生
The share command now supports `list`, `see`, and merging operations with conflict resolution modes (--safe, --skip, --overwrite, --reject). Updated help documentation in both English and Chinese locales, and added Bash and PowerShell completion scripts.
2025-12-17Escape special characters in markdown formatting魏曹先生
The `md` function now handles backslash escapes for specific characters (*, <, >, `) to allow them to be displayed literally in formatted text. This fixes rendering of help documentation that uses these characters as symbols.
2025-12-17Add color formatting support to help documentation魏曹先生
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