randy3k / Terminus

Bring a real terminal to Sublime Text
https://packagecontrol.io/packages/Terminus
MIT License
1.39k stars 81 forks source link

Make http(s) URLs links #206

Closed jkfran closed 4 years ago

jkfran commented 4 years ago

I am not sure if this is possible or not but I would be nice to make URLs in the output clickables.

randy3k commented 4 years ago

The links are not clickable directly, but a button should pop up if you hover a link.

jkfran commented 4 years ago

@randy3k Oh, you are right! I didn't wait to see it. It would be nice to have also the ctrl + click to make it faster.

randy3k commented 4 years ago

Unfortunately, Sublime API doesn’t support ctrl+click directly. It’s the reason I made the button. You could also right click a link and click on the url in the menu.

jkfran commented 4 years ago

Okay, I am going to close it then.

Thank you!