aboutsummaryrefslogtreecommitdiff
path: root/src/bin/jvn_comp.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary to_string calls in debug traces魏曹先生11 days1-3/+3
* Add shell completion system with descriptions and i18n support魏曹先生11 days1-57/+163
* Add shell flag to completion scripts and rename output files魏曹先生12 days1-18/+39
* Split Unix completion script entry into separate bash/zsh/fish versions魏曹先生12 days1-1/+4
* Refactor code to use modern Rust idioms and fix clippy lints魏曹先生2026-03-201-14/+11
* Add libjvcli as a dynamic library target魏曹先生2026-03-191-1/+1
* Add global flags and language constants for completion魏曹先生2026-03-191-10/+36
* Improve command node completion with prefix matching魏曹先生2026-03-191-7/+16
* Fixed command completion for empty and partial inputs魏曹先生2026-03-151-18/+63
* Add completions system for shell autocompletion魏曹先生2026-03-151-31/+214
* Add shell completions for new jvn CLI魏曹先生2026-03-141-0/+54