eza-community/eza

bug: -F breaks tab completion in zsh

Offen

#1.054 geöffnet am 12.07.2024

 (10 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)Rust (439 Forks)batch import
area: completionsgood first issueos: macostype: bug

Repository-Metriken

Stars
 (21.783 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

  • The version of eza being used: v0.18.18
  • The command-line arguments you are using: eza -F
  • Your shell and terminal: zsh iterm2
  • Your operating system and hardware platform: macbook MacOS 14.5

Awkward to not be able to use tab completion but discovered that it was the '-F' argument. I had this set in the aliased version of eza I used.

An easy workaround is to use '--classify=auto' instead of '-F' which works for me since I use an aliased variant of eza but for one-off invocations of eza, that is a hand full to write instead of just -F

Contributor Guide