aboutsummaryrefslogtreecommitdiff
path: root/src/cmds/comp
Commit message (Collapse)AuthorAgeFilesLines
* Add shell completion system with descriptions and i18n support魏曹先生11 days6-51/+91
|
* Add shell flag to completion scripts and rename output files魏曹先生12 days5-19/+37
| | | | | | | | | | | - 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
* Remove legacy JSON output modules魏曹先生2026-03-201-3/+4
|
* Refactor code to use modern Rust idioms and fix clippy lints魏曹先生2026-03-202-6/+4
|
* sync helpdoc and comp for workspace_alias query flag change魏曹先生2026-03-201-1/+1
|
* Add workspace alias command for ID mapping management魏曹先生2026-03-191-0/+25
|
* Add short and long option flags to workspace sheet completion魏曹先生2026-03-191-5/+10
|
* Add sheet subcommand to workspace help documentation魏曹先生2026-03-191-0/+12
|
* Add workspace sheet command with help and localization魏曹先生2026-03-181-0/+20
|
* Add completions system for shell autocompletion魏曹先生2026-03-151-0/+13