eza-community/eza

bug: -F breaks tab completion in zsh

开放

#1,054 创建于 2024年7月12日

 (10 条评论) (2 个反应) (0 位负责人)Rust (439 个派生)batch import
area: completionsgood first issueos: macostype: bug

仓库指标

星标
 (21,783 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

  • 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

贡献者指南