mirror of
https://github.com/clechasseur/pathcopycopy.git
synced 2026-04-25 12:15:58 +03:00
[GH-ISSUE #16] Get path without filename #14
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#14
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 @kofifus on GitHub (Jul 25, 2017).
Original GitHub issue: https://github.com/clechasseur/pathcopycopy/issues/16
Originally assigned to: @clechasseur on GitHub.
is there a way to get the path without the filename ?
@clechasseur commented on GitHub (Jul 25, 2017):
Yes, use the "Copy Long Parent Folder Path" command.
@kofifus commented on GitHub (Jul 25, 2017):
ok great
It would be really great to have the ability to change the display strings
For example to me this is much more common sense:
Filename
Path (what is now parent folder path)
Full Name (what is now path)
Thx
PS - thx for great SW :)
@clechasseur commented on GitHub (Jul 26, 2017):
It's kind of possible. Create new custom commands based on each of the regular commands and give them different names. Apply no other changes to the paths in the custom commands.
@kofifus commented on GitHub (Jul 26, 2017):
got it thx!