-
-
Notifications
You must be signed in to change notification settings - Fork 260
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: with many files, the grid option doesn't work #799
Comments
Hey thanks for reporting the issue. A couple questions, Could you list out the rest of the exact arguments you are using? how many files in a directory is "many", and the same args in a smaller directory is producing different output?
Do you mean that those aren't the file names? Trying to re-create this issue, so as much info as you can give would be helpful 👍 |
@PThorpe92 No argument was needed to reproduce this. It works like this with whatever I use, with or without This was enough to reproduce: for a in {0001..0401}; do touch $a; done
eza --icons auto
|
Interesting how this doesn't reproduce in gnome. Thanks for the info I'll try to repro this as I use wezterm as well. |
@PThorpe92 My theory is that there exist some edge cases where it doesn't align the grid, and maybe with gnome terminal if I had the exact same column it might happen too. |
Strange, I expected to be able to reproduce this, as I have seen kind of random errors in the past with grid width. but I tried on Wez, alactritty, kitty, xfce-term and xterm on eza |
Thanks for the time to try many settings but I'm sorry you couldn't reproduce. I tried with the Additional info that may be helpful
It seems like the number of row doesn't matter, but the width matters. I tried with smaller font size and set the width to 166, and I can still reproduce it. |
OK, with Gnome Terminal it happens exactly the same as Wezterm so it wasn't the issue with the terminal. My bad. With width=166 you should be able to reproduce it. |
Yeah after quite a bit of testing, I was able to reproduce it. Super strange, because the command that I use for my alias ( but Very strange indeed, especially because with Looking into this 👍 |
That is really weird! But I'm glad you were able to reproduce it and I appreciate it for maintaining the awesome project 😄 |
I'm looking into this, it's a bug in |
I've fixed this in uutils/uutils-term-grid#34, but we'll need to port |
Thank you so much! |
eza --version
): 0.17.2eza
,eza --icons auto
etc.Without the
-1
option it still prints every file per line. All of the file names are shown as such, with 4 character codes.The text was updated successfully, but these errors were encountered: