malxau / yori

Yori is a CMD replacement shell that supports backquotes, job control, and improves tab completion, file matching, aliases, command history, and more.
http://www.malsmith.net/yori/
MIT License
1.24k stars 31 forks source link

Inconsistent behavior is between the general file path and the URL style file path #68

Closed codehz closed 3 years ago

codehz commented 3 years ago

dir file://C:/Users will list only <DIR> Users but dir C:\Users will list all files on C:\Users folder

malxau commented 3 years ago

Thanks for letting me know. I pushed a fix for this as commit c2e766adb2740bc8042d016888ddd3474d70b6e5. It looks like it was broken since this code was first put there (before it was in git.)

malxau commented 3 years ago

This should be fixed in 1.50, released today. Please let me know if there are further related issues.