TerminalStudio / xterm.dart

💻 xterm.dart is a fast and fully-featured terminal emulator for Flutter, with support for mobile and desktop platforms.
https://pub.dev/packages/xterm
MIT License
506 stars 97 forks source link

Possible open URL? #194

Open KrakenTyio opened 5 months ago

KrakenTyio commented 5 months ago

Hi dont know if is possible detect and open URL direct from xterm?

Bc. copy/CTRL+C almost never work correctly, and will be usefull to detect if something start with http:// or https:// and mark as openable and on click call method with detected link.

If this is already possible, can you provide easy options or example?

Thx.