ariasuni
ariasuni
Hum now that I think of it, it would be great to have some tests for this behavior. You can take https://github.com/eza-community/eza/commit/570b9772584d715f2f3b83ec2e29fef83a3093d2, add it to this PR and see if...
Hum yeah, you would need to regen test ([see here](https://github.com/eza-community/eza/blob/main/TESTING.md)) and for that you need Nix. Otherwise, I or @cafkafk could regen the broken tests ourselves.
Well, we’d have to wait for @cafkafk to be available to review that but idk when that’ll be :sob:
Hey, you can: - install Nix and start it with `sudo systemctl start nix-daemon` or similar (I think you should enable Nix flakes also) - install `just` - install powertest...
Hum I guess it’s weird to have two ways of setting it (as a string or as a table), or if you don’t know it’s TOML (I didn’t and `jj`...
This sound like we would need to call specific macOS APIs, not sure if there’s something in Rust to do that: https://en.wikipedia.org/wiki/Alias_(Mac_OS)#Programming_API
Can reproduce with `eza --list-dirs` only, so not an issue specific to long mode.
Well, the content of an ignored directory is considered ignored by Git, so we respect that and I feel like it makes sense. If you really want to see what’s...
You can use `--no-git`, it overrides all git-related flags (including `--git-ignore`).
Ah indeed, I was confused. I’m not sure it’s a frequent enough use case to do something about it, for now I’ll keep this open and see if people also...