Support for the link
feature
#4379
Unanswered
joshbode
asked this question in
Ideas and Issue Triage
Replies: 1 comment 1 reply
-
#2394 is discussing some ways to expose this in the config. I personally would want something other than |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would love to be able to use the
link
feature and I have created a branch to add support to the configuration parser to expose this: https://github.com/joshbode/ghostty/tree/link-configI wasn't sure how this was intended to be exposed, so I kept the configuration simple as the regex(es) to be matched, e.g.
note: the patterns are checked in the order provided, when matching links
Do we want to be able to specify the target of the link patterns (i.e. map to something other than
open
/xdg-open
)?(I have an
open
wrapper sitting high in myPATH
so I can redirect matches where I like, typically to a Neovim session)Site note: I've been very impressed with Ghostty and it's been working well for me, the only thing that's really been keeping me on Alacritty is this feature, the equivalent there being
hints
.Beta Was this translation helpful? Give feedback.
All reactions