migueldeicaza / SwiftTerm

Xterm/VT100 Terminal emulator in Swift
MIT License
978 stars 145 forks source link

URL is not clickable #318

Closed HardikMoon closed 1 year ago

HardikMoon commented 1 year ago

Describe the bug i am running a this command echo "https://www.example.com"

getting a url in output but url is not clickable.

migueldeicaza commented 1 year ago

This is correct, SwiftTerm does not automatically highlight urls nor does it associate actions to them.

Duplicate of #22