[GH-ISSUE #98] Insert seperator #97

Closed
opened 2026-02-25 21:32:38 +03:00 by kerem · 2 comments
Owner

Originally created by @geochristof on GitHub (Nov 25, 2019).
Original GitHub issue: https://github.com/clechasseur/pathcopycopy/issues/98

Originally assigned to: @clechasseur on GitHub.

Hi

When copying paths of multiple files on one line I would like to include a seperator between paths.
So instead of:

C:\Users\geoch_000\Pictures\5.jpg C:\Users\geoch_000\Pictures\6.jpg

I would like this:
C:\Users\geoch_000\Pictures\5.jpg;C:\Users\geoch_000\Pictures\6.jpg

So can the setting screen include the option to include a seperator that we could choose?

Thank you
George

Originally created by @geochristof on GitHub (Nov 25, 2019). Original GitHub issue: https://github.com/clechasseur/pathcopycopy/issues/98 Originally assigned to: @clechasseur on GitHub. Hi When copying paths of multiple files on one line I would like to include a seperator between paths. So instead of: C:\Users\geoch_000\Pictures\5.jpg C:\Users\geoch_000\Pictures\6.jpg I would like this: C:\Users\geoch_000\Pictures\5.jpg;C:\Users\geoch_000\Pictures\6.jpg So can the setting screen include the option to include a seperator that we could choose? Thank you George
kerem 2026-02-25 21:32:38 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@clechasseur commented on GitHub (Nov 25, 2019):

In fact, we don't need to have more info, I understand the question.

So can the setting screen include the option to include a seperator that we could choose?

The Settings application doesn't allow it, but under the hood, the extensions supports that. It should be possible to do it by editing the registry directly using regedit.

Key: HKEY_CURRENT_USER\Software\clechasseur\PathCopyCopy
Value: PathsSeparator

Just create/edit this REG_SZ value and set it to whatever you want, like ;.

<!-- gh-comment-id:558190414 --> @clechasseur commented on GitHub (Nov 25, 2019): In fact, we don't need to have more info, I understand the question. > So can the setting screen include the option to include a seperator that we could choose? The Settings application doesn't allow it, but under the hood, the extensions supports that. It should be possible to do it by editing the registry directly using regedit. Key: HKEY_CURRENT_USER\Software\clechasseur\PathCopyCopy Value: PathsSeparator Just create/edit this REG_SZ value and set it to whatever you want, like `;`.
Author
Owner

@geochristof commented on GitHub (Nov 26, 2019):

Goodmorning,

Thank you. This solved my problem.

Best regards
George

Στό 25/11/2019 σε 4:53 μμ, Charles Lechasseur notifications@github.com
γραφή:
In fact, we don't need to have more info, I understand the question.
So can the setting screen include the option to include a seperator that we
could choose?
The Settings application doesn't allow it, but under the hood, the extensions
supports that. It should be possible to do it by editing the registry directly
using regedit.
Key: HKEY_CURRENT_USER\Software\clechasseur\PathCopyCopy
Value: PathsSeparator
Just create/edit this REG_SZ value and set it to whatever you want, like ;.

You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.

<!-- gh-comment-id:558473607 --> @geochristof commented on GitHub (Nov 26, 2019): Goodmorning, Thank you. This solved my problem. Best regards George Στό 25/11/2019 σε 4:53 μμ, Charles Lechasseur <notifications@github.com> γραφή: In fact, we don't need to have more info, I understand the question. So can the setting screen include the option to include a seperator that we could choose? The Settings application doesn't allow it, but under the hood, the extensions supports that. It should be possible to do it by editing the registry directly using regedit. Key: HKEY_CURRENT_USER\Software\clechasseur\PathCopyCopy Value: PathsSeparator Just create/edit this REG_SZ value and set it to whatever you want, like ;. — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/pathcopycopy#97
No description provided.