We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
iTerm2 supports OSC8 hyperlinks, allowing you to have Cmd+Click'able links with separate display text.
I'm not sure how it would look in go, but in Python it looks like this:
url = ... text_displayed = ... f'\x1b]8;;{url}\x07{text_displayed}\x1b]8;;\x07'
For terminals that do not support OSC8, there is no change in the visible rendering as best I know.
The text was updated successfully, but these errors were encountered:
This would be great! Even Windows Terminal supports this:
Sorry, something went wrong.
Just found this, which, if finished probably makes my PR charmbracelet/glamour#204 obsolete
https://github.com/Alhadis/OSC8-Adoption/ is also tracking adoption of OSC8.
No branches or pull requests
iTerm2 supports OSC8 hyperlinks, allowing you to have Cmd+Click'able links with separate display text.
I'm not sure how it would look in go, but in Python it looks like this:
For terminals that do not support OSC8, there is no change in the visible rendering as best I know.
The text was updated successfully, but these errors were encountered: