cli_completion icon indicating copy to clipboard operation
cli_completion copied to clipboard

feat: enhance Zsh completion with menu selection

Open moshe5745 opened this issue 10 months ago โ€ข 0 comments

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

moshe5745 avatar Mar 05 '25 11:03 moshe5745