savioxavier / termlink

Clickable links in the terminal for Go
https://pkg.go.dev/github.com/savioxavier/termlink
MIT License
64 stars 2 forks source link

support JetBrains IDEs terminal #9

Closed dedefer closed 3 months ago

dedefer commented 3 months ago

Support JetBrains IDEs

P.S. tmux also uses this method (forum link)

savioxavier commented 3 months ago

Hey, thanks for this pull request! It's super useful!

I currently don't have a JetBrains IDE to test it with, so if it's possible, could you please show a screenshot of rendering hyperlinks in a JetBrains IDE terminal, as proof? I'll merge this pull request and publish a release once that's done.

dedefer commented 3 months ago

Screnshot of go run ./examples on my branch

(links are highlighted only when hovered over)

image
savioxavier commented 3 months ago

Thanks for contributing to termlink!

Published a new release v1.4.0 as well