varabyte / kotter

A declarative, Kotlin-idiomatic API for writing dynamic console applications.
Apache License 2.0
558 stars 16 forks source link

Allow clicking on URLs in the virtual terminal #60

Closed bitspittle closed 2 years ago

bitspittle commented 2 years ago

If you print an http(s) URL to the terminal, you can click on it to open a browser. It would be nice to have that functionality in the virtual terminal as well, especially I want to use Kotter for starting up a web server.

bitspittle commented 2 years ago

Need this sooner than later, will definitely be using this feature in Kobweb