-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
remove $ so gitclip works #52865
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove $ so gitclip works #52865
Conversation
Hey! Thanks for your PR. You are targeting branch "7.1" but it seems your PR description refers to branch "all". Cheers! Carsonbot |
We have a lot more README files with that issue. If we change it here, we should change it everywhere. |
Agreed! If it gets accepted I can do the rest as well. If it's rejected
(I think it has been in the past), I won't bother.
But it's always bugged me. clip, switch to terminal, paste, ctrl-a,
forward-arrow twice, backspace twice, enter.
…On Sat, Dec 2, 2023 at 7:57 AM Alexander M. Turek ***@***.***> wrote:
We have a lot more README files with that issue. If we change it here, we
should change it everywhere.
—
Reply to this email directly, view it on GitHub
<#52865 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEXIQO344CXK6U32HPF6CLYHMQU3AVCNFSM6AAAAABAD7YYX6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMZXGE2DENZQGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
If you have a link to a previous discussion, this might help getting a decision here. |
Not sure -- I've submitted this issue to many repositories, but even if it
was rejected, it shouldn't be. Nobody wants the $ in the clipboard when
they're pasting.
And the $ isn't even the prompt for windows, so it's not like it's so
important that we need to have it even though it makes it look like it
doesn't work.
…On Sat, Dec 2, 2023 at 10:36 AM Alexander M. Turek ***@***.***> wrote:
If it's rejected (I think it has been in the past), I won't bother.
If you have a link to a previous discussion, this might help getting a
decision here.
—
Reply to this email directly, view it on GitHub
<#52865 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEXIQKLN3BB6E2C2JF6SA3YHNDJRAVCNFSM6AAAAABAD7YYX6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMZXGE4DIMBTGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
It was discussed recently there https://symfony.com/blog/new-in-symfony-6-4-assetmapper-improvements Maybe it is possible to filter this char for Windows users just before it’s copied into the clipboard ? |
👍 for every README file across the board, once for all. |
13 in this repo it seems
|
Thank you @tacman. |
Follow-up in ecc628a |
Using the copy button puts the $ into the clipboard, so it work or to simply paste it on the command line.