Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: OSC 8 support in main finder #2557

Closed
5 of 10 tasks
salmankhilji opened this issue Jul 10, 2021 · 0 comments
Closed
5 of 10 tasks

Feature Request: OSC 8 support in main finder #2557

salmankhilji opened this issue Jul 10, 2021 · 0 comments
Assignees
Labels

Comments

@salmankhilji
Copy link

  • I have read through the manual page (man fzf)
  • I have the latest version of fzf
  • I have searched through the existing issues

Info

  • OS
    • Linux
    • Mac OS X
    • Windows
    • Etc.
  • Shell
    • bash
    • zsh
    • fish

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants