Windows Terminal’s Settings > Interaction has a checkbox “Automatically detect URLs and make them clickable.” That detects only phrases that start with http://
or https://
, e.g., https://www.microsoft.com
.
Can it be made to also detect, e.g., www.microsoft.com
? Is there a regex buried somewhere that can be modified?