You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was very happy with my code because it’s much more simple than the current one, that I couldn’t understand it fully. I’d like to know what the algorithm is to get to the ls result, since it seems a bit more satisfying. Honestly I don’t really care about the behavior since I never use the grid view, as long as its somewhat sensible and fast.
I know what you mean, the code had become quite difficult. I'll see what I can take from your code to simplify the current implementation. Thanks for your input!
Below is a test adapted from the test in ogham/rust-term-grid#15. It currently fails in this fork too.
Expected behaviour:
Actual behaviour:
This expected behaviour matches the behaviour of GNU
ls
:However, this behaviour changes in the column format:
Note how it's not:
We have three options to proceed:
uutils/coreutils
.Direction::LeftToRight
fill up as much of the lines and makeDirection::TopToBottom
fill up columns.I'd like to coordinate also with the
exa
folks to determine whether they want to use this fork too and what behaviour they want.The text was updated successfully, but these errors were encountered: