-
Notifications
You must be signed in to change notification settings - Fork 5
feat: enhance Zsh completion with menu selection #104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
/windsurf-review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for the contribution @moshe5745 ⭐️
hey @moshe5745, finally workflows are running, but seems to need an update on the tests too... let me know if you can take this, otherwise I can take a look, thanks again for your contribution! |
@marcossevilla Hey |
8cf2190
@marcossevilla Done |
hey @moshe5745, thanks! seems like a test still failing due to formatting |
@marcossevilla Fixed |
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