-
Notifications
You must be signed in to change notification settings - Fork 89
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
Feature Request: Add support for hyperlinks with -R
#54
Comments
Note that bigger projects including gcc and systemd nowadays generate hyperlinks like that in their output. It would be excellent if less would handle this correctly! (I am systemd maintainer) |
In case it helps the process of getting this feature into master, I have applied the patch (with minor modifications to fix the conflicts) on master, confirmed that hyperlinks are working, and opened a PR: #75. (My motivation for this is that I'm the author of an application that relies on |
If adding to what |
This is implemented in 3bb781e. My tests with self-constructed files seem to work fine, but could someone who regularly uses files containing such hyperlinks confirm that the behavior is as expected? |
Thanks very much for working on this @gwsw. I have built 3bb781e locally and can confirm that it is working as expected for me. (The way I tested was a bit idiosyncratic, but for the record I used delta with the setting |
I can confirm that 607c9b6 works as expected with hyperlinks. Thanks! |
Can confirm that this works as expected in v570. Thanks!! |
There is a standard for displaying hyperlinks in terminals here. It would be nice if less passed through those escapes when
-R
is passed, like it does colors.(Originally reported as 308 on the bug list)
There is a patch here (from here).
The text was updated successfully, but these errors were encountered: