mirror of
https://github.com/clechasseur/pathcopycopy.git
synced 2026-04-25 12:15:58 +03:00
[GH-ISSUE #59] Add ability to use username wildcard #60
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#60
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 @ackwrath on GitHub (Mar 22, 2019).
Original GitHub issue: https://github.com/clechasseur/pathcopycopy/issues/59
Originally assigned to: @clechasseur on GitHub.
sync onedrive files are stored under the users directory. Enable the ability to swap the currentusername with %USERNAME% to allow links to be sent via msg.
@clechasseur commented on GitHub (Mar 22, 2019):
Sounds like it would be possible to do this with a custom command. Can you give an example of a path, before it would be modified and after (e.g. what you need it to be)?
@ackwrath commented on GitHub (Mar 25, 2019):
Before:
C:\Users\jchow\Company Onedrive Name\Project name
After:
C:\Users%USERNAME%\Company Onedrive Name\Project name
I would hope you could find the string users<current environmental variable %USERNAME%> and replace with user%USERNAME%
@clechasseur commented on GitHub (Mar 25, 2019):
Ok. This would be an enhancement, as from what I understand it's not currently possible to do this.
@ackwrath commented on GitHub (Mar 25, 2019):
no worries. cheers
@clechasseur commented on GitHub (Aug 14, 2019):
This is related to #65.
@clechasseur commented on GitHub (Aug 14, 2019):
In fact, this is a subset of #65. I'll close this one; follow #65 for further development.