You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python /tmp/example.py outputs Example Domain linking it to http://example.com (as expected). viddy python /tmp/example.py outputs Example Domain but (seemingly) as plain text.
The text was updated successfully, but these errors were encountered:
I.. ended up writing my own watch command https://github.com/avamsi/dekh for when I really need hyperlinks (and to play around with bubbletea), but it's really barebones and doesn't have pretty much any features that viddy has.
Viddy doesn't seem to be rendering OSC 8 hyperlinks (https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda). ratatui/ratatui#1028 seems related -- it looks like there's a workaround (ratatui/ratatui#1028 (comment)) but I'm not even sure if I'm reading it right and if it's a useable workaround.
Repro:
python /tmp/example.py
outputsExample Domain
linking it to http://example.com (as expected).viddy python /tmp/example.py
outputsExample Domain
but (seemingly) as plain text.The text was updated successfully, but these errors were encountered: