-
-
Notifications
You must be signed in to change notification settings - Fork 263
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: auto suggest broken #1377
Comments
Currently, the NuShell completions aren't actively maintained, and won't be for the forseable future. If you wanna maintain them however, that is possible and welcome. |
From what I see in all your completions, all they do is complete the options and flags from eza. And not only the one from nushell. |
Just to be clear, the nushell completions at https://github.com/eza-community/eza/blob/main/completions/nush/eza.nu haven't been touched in 5 months, I'm not sure what you're talking about. |
I am not talking about that kind of completion. But actual folders completion. Maybe the problem were with nushell in the first place. Type |
In this context, it should show only |
eza --version
):v0.20.21 [+git]
eza --long --classify=always --hyperlink --links --octal-permissions --group --group-directories-first --icons=always --color=always --header --all --git --git-repos --across --grid
Wezterm + Nushell
Arch Linux
Whenver I use the
alias
oreza
directly. All that it auto suggest after aspace
andtab
, are visible folders. It's missing hidden folders.Whoever if I type
eza .
and tab, it shows the hidden folders, but also hidden files. So, that is also broken.The text was updated successfully, but these errors were encountered: