summaryrefslogtreecommitdiff
path: root/src/bin/jvn_comp.rs
AgeCommit message (Collapse)Author
3 daysRemove unnecessary to_string calls in debug tracesdev魏曹先生
3 daysAdd shell completion system with descriptions and i18n support魏曹先生
4 daysAdd 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
4 daysSplit Unix completion script entry into separate bash/zsh/fish versions魏曹先生
9 daysRefactor code to use modern Rust idioms and fix clippy lints魏曹先生
10 daysAdd libjvcli as a dynamic library target魏曹先生
10 daysAdd global flags and language constants for completion魏曹先生
10 daysImprove command node completion with prefix matching魏曹先生
2026-03-15Fixed command completion for empty and partial inputs魏曹先生
2026-03-15Add completions system for shell autocompletion魏曹先生
2026-03-14Add shell completions for new jvn CLI魏曹先生