-
Notifications
You must be signed in to change notification settings - Fork 48
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
Support for ansi terminal links #47
Comments
are there ansi escape codes which denote a URL? I had guessed the terminal application was doing pattern matching on the text, to treat links in a special fashion. In either case I think it's possible to render url's as anchor tags, and seems like a reasonable thing to do. possibly hidden behind an option. |
I believe this is the emerging standard here: (FWIW I've added experimental support for this to GCC 10 for adding hyperlinks to our documentation to compiler warnings, so I'm interested in seeing this supported in more places) |
looks like something that could be implemented without hiding it behind an option. for more reliable support, I'd guess it would still be better to additionally have the option of using pattern matching. |
+1 for this, is there any movement here @rburns ? |
I'm looking for a package that can convert ansi-tagged links to html.
It is possible to create VT100 terminal hyperlinks.
or
These are correctly displayed in the terminal, and correctly represented in a file.
However, currently ansi-to-html displays them in plain text.
Could we make these type of links work?
Thank you.
The text was updated successfully, but these errors were encountered: