cli_completion
cli_completion copied to clipboard
feat: enhance Zsh completion with menu selection
Status
READY
Description
This pull request enhances Zsh completion support by adding interactive menu selection and colored completion lists. Specifically, it introduces two zstyle configurations:
-
zstyle ':completion:*' menu yes select: Enables a menu-style completion interface in Zsh, allowing users to navigate options with arrow keys. -
zstyle ':completion:*' list-colors '': Adds color highlighting to completion suggestions for better visibility.
Type of Change
- [x] โจ New feature (non-breaking change which adds functionality)
- [ ] ๐ ๏ธ Bug fix (non-breaking change which fixes an issue)
- [ ] โ Breaking change (fix or feature that would cause existing functionality to change)
- [ ] ๐งน Code refactor
- [ ] โ Build configuration change
- [ ] ๐ Documentation
- [ ] ๐๏ธ Chore