-
-
Notifications
You must be signed in to change notification settings - Fork 436
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
Lsd long output is not properly aligned #1063
Comments
is there any chance I can reproduce this? |
I'm also seeing this issue after installing via |
I have this bug too, it reproduces easily macOS and Linux on every folder I've tried. |
same issue. version 1.1.2, installed today with cargo install --git https://github.com/lsd-rs/lsd.git --branch master KDE Neon (Ubuntu) 6.0 terminal: Kitty 0.21.2 |
@efvincent Add |
That did it... didn't notice the related issue that had the answer - thanks for pointing it out! 👍🏽 |
Hi, lsd --version
lsd 1.1.2 ❯ lsd
.rw-r--r-- larkins larkins 10 KB Fri Jul 5 10:49:45 2024 dot_alias
.rw-rw---- larkins larkins 4.5 KB Tue Jul 16 12:15:09 2024 dot_bashrc.common
drwxr-xr-x larkins larkins 4.0 KB Fri Jul 5 10:49:45 2024 dot_cargo
drwxr-xr-x larkins larkins 4.0 KB Fri Jul 5 10:49:45 2024 dot_config
.rw-r--r-- larkins larkins 19 KB Tue Jul 16 12:11:09 2024 dot_gdbinit
.rw-r--r-- larkins larkins 8.3 KB Tue Jul 16 12:12:17 2024 dot_gitconfig
.rw-r--r-- larkins larkins 910 B Fri Jul 5 10:49:45 2024 dot_gotz.config.json
.rw-r--r-- larkins larkins 52 B Fri Jul 5 10:49:45 2024 dot_inputrc
.rw-r--r-- larkins larkins 1.3 KB Fri Jul 5 10:49:45 2024 dot_screenrc
.rw-r--r-- larkins larkins 125 B Fri Jul 5 10:49:45 2024 dot_tigrc
.rw-r--r-- larkins larkins 13 KB Tue Jul 16 12:02:48 2024 dot_tmux.conf
.rw-r--r-- larkins larkins 967 B Fri Jul 5 10:49:45 2024 dot_toprc
.rw-rw---- larkins larkins 17 KB Tue Jul 16 12:19:56 2024 dot_vimrc
.rw-rw---- larkins larkins 409 B Fri Jul 5 15:38:28 2024 README.md I recompiled the same version with ❯ lsd
.rw-r--r-- larkins larkins 10 KB Fri Jul 5 10:49:45 2024 dot_alias
.rw-rw---- larkins larkins 4.5 KB Tue Jul 16 12:15:09 2024 dot_bashrc.common
drwxr-xr-x larkins larkins 4.0 KB Fri Jul 5 10:49:45 2024 dot_cargo
drwxr-xr-x larkins larkins 4.0 KB Fri Jul 5 10:49:45 2024 dot_config
.rw-r--r-- larkins larkins 19 KB Tue Jul 16 12:11:09 2024 dot_gdbinit
.rw-r--r-- larkins larkins 8.3 KB Tue Jul 16 12:12:17 2024 dot_gitconfig
.rw-r--r-- larkins larkins 910 B Fri Jul 5 10:49:45 2024 dot_gotz.config.json
.rw-r--r-- larkins larkins 52 B Fri Jul 5 10:49:45 2024 dot_inputrc
.rw-r--r-- larkins larkins 1.3 KB Fri Jul 5 10:49:45 2024 dot_screenrc
.rw-r--r-- larkins larkins 125 B Fri Jul 5 10:49:45 2024 dot_tigrc
.rw-r--r-- larkins larkins 13 KB Tue Jul 16 12:02:48 2024 dot_tmux.conf
.rw-r--r-- larkins larkins 967 B Fri Jul 5 10:49:45 2024 dot_toprc
.rw-rw---- larkins larkins 17 KB Tue Jul 16 12:19:56 2024 dot_vimrc
.rw-rw---- larkins larkins 409 B Fri Jul 5 15:38:28 2024 README.md |
Same issue here, as describes ehwan, in kitty 0.35.0 on Ubuntu 22.04.
|
@pj-connect --locked is a compile time flag, not a runtime flag |
@pj-connect can you try the binary on github release page |
I have merged #1064, let's see if v1.1.5 helps |
Nice. I simply compiled v1.1.5, seems to work fine. Did not do exhaustive testing, though. Let's see if it stands the test of time. |
FWIW, this might be unicode-rs/unicode-width#55. Adding |
this should now be fixed in 1.1.5 |
@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. |
Linux kali 6.6.15-amd64 #1 SMP PREEMPT_DYNAMIC Kali 6.6.15-2kali1 (2024-05-17) x86_64 GNU/Linux
(also observed on Ubuntu under WSL)lsd --version
: 1.1.2 (also observed with 1.0.0)echo $TERM
:tmux-256color
(also observed withalacritty
)echo $LS_COLORS
: (empty)Expected behavior
The output should be properly aligned as it is with vanilla
ls
.Actual behavior
The output is not aligned properly.
The text was updated successfully, but these errors were encountered: