aboutsummaryrefslogtreecommitdiff
path: root/scripts/completions/powershell/completion_jv.ps1
Commit message (Collapse)AuthorAgeFilesLines
* Move deployment scripts to deploy subdirectory魏曹先生2026-01-071-250/+0
|
* Add share command with subcommands and completion supportMVP魏曹先生2026-01-051-1/+34
| | | | | | | 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.
* Add break option to align moved command魏曹先生2026-01-031-4/+4
|
* Add info command to display file details魏曹先生2026-01-031-1/+10
|
* Replace import/export commands with share command魏曹先生2025-12-251-3/+2
|
* Update help documentation and move command functionality魏曹先生2025-12-151-2/+6
| | | | | | | | | | | | | | - Redesign move command to modify upstream mappings with support for erase operations - Add erased items support to align command and status display - Update help text to reflect new move mapping semantics and add erased item instructions - Add auto-update timeout configuration via JV_OUTDATED_MINUTES environment variable - Improve status display with separate structural and content change modes - Add force flag to hold/throw commands to skip pre-checks - Update completion scripts to include erased items in align command
* Reorganize PowerShell completion scripts魏曹先生2025-11-231-0/+205
- Move completion_jv.ps1 to completions/powershell directory - Add new completion_jvv.ps1 for jvv command - Update header comment format for consistency