Customizable Windows terminal with tabs, splits, quake-style, hotkeys and more
BSD 3-Clause "New" or "Revised" License
8.63k
stars
578
forks
source link
In an MSYS2 shell, PasteExplorerPath both escapes the spaces and quotes the path, making the path invalid #2547
Open
AmaiKinono opened 1 year ago
Versions
ConEmu build: 230724 stable x64 OS version: Windows 10 21H2 x64 Used shell version: MSYS2 ucrt shell
Problem description
When using
PasteExplorerPath(1, 0)
to paste a path with space in it, e.g.,D:\name with space
, conemu runsIt both escapes the spaces and quotes the path, causing
Steps to reproduce
PasteExplorerPath(1, 0)
Actual results
Conemu runs
Expected results
Either
or
will do the work.