Turn arbitrary text into a hyperlink #8902
Labels
Issue-Feature
Complex enough to require an in depth planning process and actual budgeted, scheduled work.
Resolution-Duplicate
There's another issue on the tracker that's pretty much the same thing.
Turn arbitrary text into a hyperlink
As of Windows Terminal Preview 1.4 (I think) you can Ctrl+click on text that matches a URL and it will open in a browser. This feature request would be to match on certain text and turn that into a clickable link using some of the text as a parameter.
Example
Let's say the following is on the terminal, from the output of
git log
I would like to setup a regex
\b(T\d+)\b
and when I Ctrl+click onT1234
, open uphttps://example.com/tasks/T1234
.I would like this to be configured in
settings.json
something likeNot OSC-8
This is not OSC-8. I don't have the ability to re-write text so OSC-8 can't be used. My use case is primarily source control logs.
The text was updated successfully, but these errors were encountered: