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
This feature request is related to #2165, which specifically mentions terminal hyperlink support for the preview window. I would like support for hyperlinks not just within the preview window but also within the main finder.
The issue is that fzf only supports passing through ansi escapes, but not OSC 8. i.e., The following link is clickable (in terminal emulators such as gnome-terminal and kitty):
printf '\e]8;;http://example.com\e\\This is a link\e]8;;\e\\\n'
But the following is not:
printf '\e]8;;http://example.com\e\\This is a link\e]8;;\e\\\n' | fzf --ansi
The text was updated successfully, but these errors were encountered:
man fzf
)Info
This feature request is related to #2165, which specifically mentions terminal hyperlink support for the preview window. I would like support for hyperlinks not just within the preview window but also within the main finder.
The issue is that fzf only supports passing through ansi escapes, but not OSC 8. i.e., The following link is clickable (in terminal emulators such as gnome-terminal and kitty):
But the following is not:
The text was updated successfully, but these errors were encountered: