mirror of
https://github.com/clechasseur/pathcopycopy.git
synced 2026-04-26 04:36:00 +03:00
[GH-ISSUE #53] De-HTML/URL-ize paths #52
Labels
No labels
bug
duplicate
enhancement
enhancement
enhancement
fixed
help wanted
help wanted
invalid
pull-request
question
waiting for input
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pathcopycopy#52
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wixoff on GitHub (Jan 17, 2019).
Original GitHub issue: https://github.com/clechasseur/pathcopycopy/issues/53
Sometimes I end up with filenames that look like "black%20&%20white" and it would be nice to change that to remove the html-specific character encoding. So here we'd just have "black & white". Is this doable?
There are online pages to do this. See: https://www.url-encode-decode.com/
@clechasseur commented on GitHub (Jan 18, 2019):
Just so we're clear, you mean change them when copying the path, right? Wouldn't that produce a path to a non-existent file?
@clechasseur commented on GitHub (Aug 22, 2019):
No word on this and I still don't get the point of copying the path to a non-existent file... closing this.
@wixoff commented on GitHub (Sep 18, 2019):
Closing is good. I thought I had a useful idea but in retrospect it's out-of scope.