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

feature request: terminal hyperlink support #285

Open
notramo opened this issue May 11, 2024 · 1 comment
Open

feature request: terminal hyperlink support #285

notramo opened this issue May 11, 2024 · 1 comment
Labels
ratatui Issues that depend on ratatui changes

Comments

@notramo
Copy link

notramo commented May 11, 2024

All modern terminal emulators support hyperlinks, that can be clicked, similarly to anchor tags in browsers.
https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda

@Nemo157
Copy link
Contributor

Nemo157 commented Aug 30, 2024

This really needs upstream support from ratatui: ratatui/ratatui#1028

There is an example of implementing a hyperlink widget while hacking around some ratatui issues which might be usable, but it looks like it'd need a large refactoring of how messages are rendered to not just be a single Text widget.

@ulyssa ulyssa added the ratatui Issues that depend on ratatui changes label Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ratatui Issues that depend on ratatui changes
Projects
None yet
Development

No branches or pull requests

3 participants