This repository has been archived by the owner on Oct 22, 2021. It is now read-only.
Paths break when putting to TTY (when clicking on a file) in file explorer on Windows #811
Closed
3 of 10 tasks
Technical information
Using version:
master
(running from GitHub-published source code, currentlyv3.0.0-pre
)latest
(latest release, currentlyv2.2.2
)vX.X.X
(specify other version)Running on:
How comfortable you are with your system and/or IT in general:
Problem
So when I click on a file in the file explorer (for example: Z:.ssh\autorized_keys) it puts it into my terminal, but instead of putting it like:
"Z:.ssh\autorized_keys"
it puts it like:
'Z:.sshautorized_keys'
which is just wrong. What i think is happening here it the backslashes are escaped? Also, Windows uses " not ' and with ' it doesn't work (I typed "type 'Z:.ssh\autorized_keys'" (without the ") to confirm this).
The text was updated successfully, but these errors were encountered: