glob-parent icon indicating copy to clipboard operation
glob-parent copied to clipboard

fix: support windows path with drive or unc volume

Open sttk opened this issue 2 years ago • 2 comments

This PR is to fix the issue #63 by separating a drive or a UNC volume from a path string before extracting and combines it after extracting. And this PR adds replacement of continuous slashes to single slash in a path string.

Closes #63

sttk avatar Jul 01 '23 09:07 sttk

@sttk should your latest commit be a separate PR since it might be considered breaking?

phated avatar Jul 15 '23 16:07 phated

@phated I've removed the commit about the last dot and created new PR #66 for it.

sttk avatar Jul 17 '23 02:07 sttk