wslutilities / wslu

A collection of utilities for Windows Subsystem for Linux
https://wslutiliti.es/wslu
GNU General Public License v3.0
3.44k stars 155 forks source link

wslview: fix opening links with brackets #287

Closed miduddin closed 1 year ago

miduddin commented 1 year ago

Description

curl treats brackets as special glob characters, but powershell does not have that same behavior so it should be better to turn off curl globbing.

Fixes https://github.com/wslutilities/wslu/issues/284

Types of changes

Breaking change (fix or feature that would cause existing functionality to not work as expected) are no longer accepted

Checklist: