Skip to content
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 OSC 8 hyperlinks #383

Closed
psethwick opened this issue Sep 2, 2023 · 4 comments
Closed

Support for OSC 8 hyperlinks #383

psethwick opened this issue Sep 2, 2023 · 4 comments

Comments

@psethwick
Copy link
Collaborator

Supporting info: osc 8 gist
Support in other terminals

As with many such things, I'm not sure a specification actually exists.

short version:
The result is equivalent to this HTML link: This is a link

printf '\e]8;;http://example.com\e\\This is a link\e]8;;\e\\\n'
@matu3ba
Copy link
Collaborator

matu3ba commented Sep 2, 2023

current output:

warning(osc): invalid OSC command: 8;;
...
warning(osc): invalid OSC command: 8;;http://example.com
warning(osc): invalid OSC command: 8;;
...
warning(osc): invalid OSC command: 8;;

@mitchellh
Copy link
Contributor

I’m considering this a duplicate of #29. Thanks, it’ll come eventually 😄

@ruudk
Copy link

ruudk commented Jun 11, 2024

Now that #29 is closed because limited support was added in #968, should we re-open this issue to track it? It's currently not possible to do these type of hyperlinks (with custom title).

@gpanders
Copy link
Member

@ruudk See #1197.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants