U-C-S / Hurl

Choose the browser on the click of a link
MIT License
294 stars 10 forks source link

Path with spaces #56

Closed neoOpus closed 2 years ago

neoOpus commented 2 years ago

Hi,

When I try to open an HTML file with folder names containing space, it breaks the path in several chunks and open each with a different part of the path in a separate tab.

I think you can easily reproduce it.

U-C-S commented 2 years ago

Your issue happens due to app not appending the double quotes on start and end, unlike which is done for URLs

or simply I could say App currently doesnt support opening html files directly. Need some registry tweaks for that work properly (I suppose u could do it as workaround, but I wont recommend it if u dont know). I will include this in stable v0.7 release.

neoOpus commented 2 years ago

Thanks :)