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

Ability to click on links made with echo or printf #5612

Closed
hazardousthingy opened this issue Jan 27, 2022 · 2 comments
Closed

Ability to click on links made with echo or printf #5612

hazardousthingy opened this issue Jan 27, 2022 · 2 comments

Comments

@hazardousthingy
Copy link

When in shell you write out url strings, Tabby cant click on them.

e.g.
echo -e '\e]8;;http://example.com\aThis is a hyperlink\e]8;;\a'

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

both provide a text in the shell which is not clickable (to take you to the URL behind the string).

@Eugeny
Copy link
Owner

Eugeny commented Jan 28, 2022

Upstream issue: xtermjs/xterm.js#1134

@Jackenmen
Copy link
Contributor

Jackenmen commented Sep 15, 2022

FYI, a stable version of xterm.js 5.0 has now been released (just 10 minutes ago) and it brings support for hyperlink escape sequences among other things:
https://github.com/xtermjs/xterm.js/releases/tag/5.0.0

GitHub
v5 is here! This is our largest release in a long time, maybe ever 👀 Since this was a major version bump, we used the opportunity to clean up the API and make other breaking changes. Many of these ...

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

No branches or pull requests

3 participants