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

automatic hyperlink detection #421

Open
christianparpart opened this issue Sep 25, 2021 · 3 comments · May be fixed by #1079
Open

automatic hyperlink detection #421

christianparpart opened this issue Sep 25, 2021 · 3 comments · May be fixed by #1079
Labels
enhancement New feature or request frontend Contour Terminal Emulator (GUI frontend) good first issue Good for newcomers help wanted Extra attention is needed maybe-as-extension An idea that fits being implemented as extension.
Milestone

Comments

@christianparpart
Copy link
Member

For all those apps not using OSC 8 (too bad), it would be nice to provide an automatic URL detection that makes it possible to click those links in Contour.

Implementation details

Ideally I wanted that feature to be implemented as extension (#398). Depending on when that can happen, maybe we just provide it builtin.

This should not be part of the backend but rather the contour frontend.

@christianparpart christianparpart added enhancement New feature or request frontend Contour Terminal Emulator (GUI frontend) labels Sep 25, 2021
@christianparpart christianparpart added this to the 0.3.0 milestone Sep 25, 2021
@WSLUser
Copy link

WSLUser commented Sep 30, 2021

You'll probably want something similar to what Windows Terminal does with the DirectWrite renderer.

@christianparpart
Copy link
Member Author

You'll probably want something similar to what Windows Terminal does with the DirectWrite renderer.

Which is?

@WSLUser
Copy link

WSLUser commented Sep 30, 2021

microsoft/terminal#7691 but there are other hyperlink PRs before and afterwards to improve things, both on VT and UI side.

@christianparpart christianparpart added help wanted Extra attention is needed good first issue Good for newcomers labels Oct 2, 2021
@christianparpart christianparpart modified the milestones: 0.3.0, 0.4.0 Feb 22, 2022
@christianparpart christianparpart added the maybe-as-extension An idea that fits being implemented as extension. label May 7, 2022
@christianparpart christianparpart modified the milestones: 2023-1, 2024-1 Jan 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request frontend Contour Terminal Emulator (GUI frontend) good first issue Good for newcomers help wanted Extra attention is needed maybe-as-extension An idea that fits being implemented as extension.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants