zoxide
zoxide copied to clipboard
On Windows, modifying scores via ```zoxide edit``` results in a double slashed duplicate of the path
Runnining zoxide edit
on Windows and then attempting to increment or decrement a score causes the path to be added to the database again but with double slashes.
Maybe this could be related to #538?
Confirming this is also happeing to me. Same as #538. Originally did it in Powershell 7/Core then got to replicate it in 5.1. Looks like a Windows bug. With the database serialized, I don't think it's an easy edit via source editor as well.
Happening to me as well. Windows11, nushell.
Happening to me as well, both this and #538, on Windows 11 and PowerShell 7.
+1
FYI, Swarnim Arun is drafting #569, which may fix all problems by distinguish Path
/PathBuf
from str
/String
. (And I suggest we stop +1 again and use the reaction emoji buttons 👍/🚀/…)
Any solution or workaround?