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

Open
opened 2026-01-31 04:04:41 +00:00 by claunia · 0 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:41 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#14236