| Age | Commit message (Collapse) | Author |
|
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.
|
|
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 insert_item method to SimpleTable for flexible row insertion
- Add show_in_pager function for system pager support
|
|
|
|
- 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
|