-
-
Notifications
You must be signed in to change notification settings - Fork 218
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: --hyperlink does not work with filenames with spaces #543
Comments
works fine for me on kitty on version 0.14.2, maybe it's a 0.15 thing? |
Just tried on 0.15.0, can't reproduce on kitty |
Thank you for checking. Do you have any suggestions, or is there further information I can provide? |
Idk tbh... This might be a MacOS thing, in which case you'll have to hope for one of the resident MacOS devs to stumble upon this and look into it |
I tried to reproduce on v0.15.0 on Arch Linux using Alacritty and worked just fine, both with and without |
I wonder if macOS is more sensitive to the escape sequence or quoting? I think it's the In In Line 365 in bba97b5
I don't know any rust, so I cannot tell if these would result in same final string being sent to the terminal. |
Today I updated to 0.17.0 and I no longer observe this bug. |
Awesome! |
eza --version
): v0.15.0 [+git]--hyperlink
When the
--hyperlink
flag is used, filenames are generally clickable and open the file in a GUI application. However, if the filename contains a space, nothing happens.For example, the first file in this directory will open on click, while the second does not:
If I use GNU
ls --hyperlink
, orlsd --hyperlink always
, both files are click-openable, as expected.This bug occurs in both kitty and wezterm terminal emulators, so I think it's an eza problem.
The text was updated successfully, but these errors were encountered: