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
v5 is here! This is our largest release in a long time, maybe ever 👀
Since this was a major version bump, we used the opportunity to clean up the API and make other breaking changes. Many of these ...
When in shell you write out url strings, Tabby cant click on them.
e.g.
echo -e '\e]8;;http://example.com\aThis is a hyperlink\e]8;;\a'
printf '\e]8;;http://example.com\e\\This is a link\e]8;;\e\\n'
both provide a text in the shell which is not clickable (to take you to the URL behind the string).
The text was updated successfully, but these errors were encountered: