-
-
Notifications
You must be signed in to change notification settings - Fork 442
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
File list is totally vertical if the list doesn't fit into one line unless run with -a
#1014
Comments
It seems In the above case non- I'm using iTerm2. This is new in the last release. |
Running into the same issue. I've aliased ls to |
it was introduced because we upgraded the term_grid = "0.1.*" dependency to the newer version, let me have a look at it. |
I am also having this issue.
|
I have the same issue
|
Hm, I think I've found the root cause - EDIT: Ah, actually there's a more maintained fork of the library at https://github.com/uutils/uutils-term-grid ! And it does properly ignore ANSI codes. |
came here looking for others having the same. ls returns a vertical list of files if the size cant hold them all in one line |
I decided to rollback the term_grid dependency and we can later discuss which version or libs we should upgrade to. #1019, after this one is merged, I will release a v1.1.2 to do a quick fix. sorry for the bothering, I was kinda busy recently, but this should not be an excuse |
as now https://github.com/lsd-rs/lsd/releases/tag/v1.1.2 released, this would be close |
@zwpaper: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
lsd --version
: lsd 1.0.0 (it's the 1.1.0 binary, see [Bug]: lsd-v1.1.0-aarch64-unknown-linux-musl reports 1.0.0 as version #1012)echo $TERM
: xterm-kittyecho $LS_COLORS
: (none)Expected behavior
Wrapping behavior should be the same as 1.0.0, or the same as when run with
-a
Actual behavior
Zooming in shows a normal run can also have this problem if one line isnt enough to fit
The text was updated successfully, but these errors were encountered: