Ctrl-click: support FS paths such as C:\ and C:/ #14239

Closed
opened 2026-01-31 04:04:43 +00:00 by claunia · 4 comments
Owner

Originally created by @mitranim on GitHub (Jun 15, 2021).

Description of the new feature/enhancement

As of 1.8.1521.0, Windows Terminal supports some file URLs:

file://C:/<path>
file:///C:/<path>

But support for regular FS paths seems to be lacking:

C:\<path>
C:/<path>

Being able to Ctrl-click into files and folders would be extremely convenient.

The reason I'm also asking for / support, in addition to \, is because certain CLI tools may output these partially "unixified" paths. For example, Go stacktraces have paths that look like this:

C:/<path>:<row>:<col>

(Support for row/col is a separate issue: #10428. This is about FS paths which may use both slash styles.)

Originally created by @mitranim on GitHub (Jun 15, 2021). # Description of the new feature/enhancement As of `1.8.1521.0`, Windows Terminal supports some file URLs: file://C:/<path> file:///C:/<path> But support for regular FS paths seems to be lacking: C:\<path> C:/<path> Being able to Ctrl-click into files and folders would be extremely convenient. The reason I'm also asking for `/` support, in addition to `\`, is because certain CLI tools may output these partially "unixified" paths. For example, Go stacktraces have paths that look like this: C:/<path>:<row>:<col> (Support for row/col is a separate issue: #10428. This is about FS paths which may use both slash styles.)
claunia added the Issue-FeatureNeeds-TriageNeeds-Tag-Fix labels 2026-01-31 04:04:44 +00:00
Author
Owner

@skyline75489 commented on GitHub (Jun 15, 2021):

I think #2671 covers this.

@skyline75489 commented on GitHub (Jun 15, 2021): I think #2671 covers this.
Author
Owner

@mitranim commented on GitHub (Jun 15, 2021):

Should I add examples to that issue?

@mitranim commented on GitHub (Jun 15, 2021): Should I add examples to that issue?
Author
Owner

@skyline75489 commented on GitHub (Jun 15, 2021):

Feel free to do so if you want to. We know what the feature is about. Just lack a solution that handles all scenarios (cmd, powershell, WSL & possible other shells). See https://github.com/microsoft/terminal/issues/9793#issuecomment-818736920 .

@skyline75489 commented on GitHub (Jun 15, 2021): Feel free to do so if you want to. We know what the feature is about. Just lack a solution that handles all scenarios (cmd, powershell, WSL & possible other shells). See https://github.com/microsoft/terminal/issues/9793#issuecomment-818736920 .
Author
Owner

@mitranim commented on GitHub (Jun 15, 2021):

Closing as duplicate, apologies for your time.

@mitranim commented on GitHub (Jun 15, 2021): Closing as duplicate, apologies for your time.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#14239