summaryrefslogtreecommitdiff
path: root/scripts/deploy
AgeCommit message (Collapse)Author
33 hoursAdd shell flag to completion scripts and rename output files魏曹先生
- Add -F flag to all completion scripts to specify shell type - Rename completion output files to generic names (comp.sh, comp.zsh, etc.) - Add help text for jvn_comp program - Combine specific and default completion results - Add completion handlers for sheetdump, sheetedit, and version commands - Remove word count limits from workspace_alias and workspace_sheet completions
41 hoursSplit Unix completion script entry into separate bash/zsh/fish versions魏曹先生
6 daysRemove legacy jv and jvv binaries and related filesjvn_0.1.1魏曹先生
12 daysAdd completions system for shell autocompletion魏曹先生
12 daysAdd shell completions for new jvn CLI魏曹先生
2026-03-01Add graceful fallback when jv command is unavailable魏曹先生
2026-02-25Make deployment scripts executable魏曹先生
2026-01-10Add platform restrictions to deployment configsHEADDesktop_0.1.0_Basemain魏曹先生
- Move build_helper from crates/ to tools/ directory - Specify platform targets for shell completions and entry scripts - Bash scripts now target linux and macos - Powershell scripts target windows - Zsh plugin files target linux and macos
2026-01-07Move deployment scripts to deploy subdirectory魏曹先生