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] Disable hyperlink #1107

Open
GunGunGun opened this issue Mar 19, 2024 · 1 comment
Open

[Feature request] Disable hyperlink #1107

GunGunGun opened this issue Mar 19, 2024 · 1 comment

Comments

@GunGunGun
Copy link

Is your feature request related to a problem? Please describe.

it's not possible to disable hyperlink double clicking hyperlink automatically open link in browser, which is not good because sometimes I use my cli application to crawl website

Describe the solution you'd like
There should be an option to disable hyperlink

@themanyone
Copy link

themanyone commented Nov 27, 2024

You can use something like xterm with no hyperlink support.

Grepping through qterminal sources, I see it uses xdg-open to open links. The option could stub out the function that calls xdg-open

Incidentally, removing the qtxdg-mat package disables hyperlinks in qterminal when running under lxqt. Can't click them. Can't even right-click or choose "Open Link". If you just want to sort of permanently disable hyperlinks in lxqt session, you could also just remove that package.

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

2 participants