eza: Grid view is broken
Running
--grid
with the latest git version of zetta is broken on my machine.
E.g. by doing
cargo run --release -- --grid
, or using an installed version (see screenshot below).
This is a fairly severe regression as the the default expected behavior of
exa
/zetta
is to run--grid
if nothing else is specified.
https://github.com/ogham/exa/pull/1165#issuecomment-1650420594
About this issue
- Original URL
- State: open
- Created a year ago
- Reactions: 1
- Comments: 16 (9 by maintainers)
After a bisect, I’ve arrive here:
af208285e8a0fb383f59372c966bdb77f94006e9
Gonna see if I can solve it.
Regarding https://github.com/uutils/uutils-term-grid/issues/6, do you think the behavior should change in uutils-term-grid? I don’t really care myself but I figured it could matter to some people here.
Agreed