Skip to content
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

bug: Autocompletion Crash on eza v0.18.20 with Zsh #1038

Closed
aryklein opened this issue Jun 27, 2024 · 2 comments · Fixed by #1037
Closed

bug: Autocompletion Crash on eza v0.18.20 with Zsh #1038

aryklein opened this issue Jun 27, 2024 · 2 comments · Fixed by #1037
Labels
errors Something isn't working

Comments

@aryklein
Copy link

Description:

Autocompletion (using tab tab) on eza version 0.18.20 running on Zsh crashes with the following error:

eza --binary --group --git Desk<tab><tab>
_eza:77: parse error near `\n'

Step to reproduce it:

  • Open Kitty terminal.
  • Run Zsh shell.
  • Type eza --binary --group --git Desk and press tab twice.

Expected Behavior:

Autocompletion should work without errors.

Notes:

  • Downgrading to version 0.18.19 resolves the issue.
  • The issue does not occur when using Bash.
@aryklein aryklein added the errors Something isn't working label Jun 27, 2024
@aryklein
Copy link
Author

This PR #1037 should fix this issue

@cafkafk
Copy link
Member

cafkafk commented Jul 1, 2024

This was fixed in latest release https://github.com/eza-community/eza/releases/tag/v0.18.21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
errors Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants