aboutsummaryrefslogtreecommitdiff
path: root/src/utils/display.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add localization and refactor status command output魏曹先生2026-01-231-12/+12
|
* Add share command with subcommands and completion supportMVP魏曹先生2026-01-051-1/+120
| | | | | | | 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.
* Escape special characters in markdown formatting魏曹先生2025-12-171-0/+18
| | | | | | | 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.
* Add color formatting support to help documentation魏曹先生2025-12-171-14/+177
|
* Add description column to `jv here --desc` output魏曹先生2025-12-041-1/+1
|
* 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