Describe the bug
I'm curious how to make URLs clickable in Drop Down Terminal X.
To Reproduce
Steps to reproduce the behavior:
Open Drop Down Terminal X
Run echo https://github.com
The resulting text should be clickable.
I believe the links in the terminal should be clickable. For comparison, using the GNOME terminal, the string https://github.com:
get underlined when hovered,
is clickable with the Ctrl key.
In Drop Down Terminal X, the link doesn't get underlined and isn't clickable.
Expected behavior
A clear and concise description of what you expected to happen.
Desktop (please complete the following information):
Distro: Fedora
Gnome-version: 3.36.7
Extension-version 16
Xorg or wayland: Wayland
Context
I'm not sure if this is currently supported by Drop Down Terminal X. I found a related issue for Drop Down Terminal and it seems the URL handling code is present in this repository as well:
Describe the bug I'm curious how to make URLs clickable in Drop Down Terminal X.
To Reproduce Steps to reproduce the behavior:
echo https://github.com
I believe the links in the terminal should be clickable. For comparison, using the GNOME terminal, the string
https://github.com
:In Drop Down Terminal X, the link doesn't get underlined and isn't clickable.
Expected behavior A clear and concise description of what you expected to happen.
Desktop (please complete the following information):
Context I'm not sure if this is currently supported by Drop Down Terminal X. I found a related issue for Drop Down Terminal and it seems the URL handling code is present in this repository as well:
https://github.com/bigbn/drop-down-terminal-x/blob/9850f077d5b7ac0897c52c5893cd37e2e57a74cd/dist/terminal.js#L94