-
|
I want to use the following alternative paste with sudo feature: The sudo part works when separated into individual elements, but when combined, it only converts the copy/move selections into simple selections. When I restart the command, it performs the copy/move as well. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 15 replies
-
|
That is likely due to the async nature of |
Beta Was this translation helpful? Give feedback.
-
|
I'm temporarily using your script, but not with cmd alt-paste &{{, but with cmd alt-paste ${{ mode, and instead of sudo -A, just sudo, so at least it doesn't transfer the files to be copied/moved. I'll see how useful it is for my work. Thank you for your help and patience. |
Beta Was this translation helpful? Give feedback.
I'm temporarily using your script, but not with cmd alt-paste &{{, but with cmd alt-paste ${{ mode, and instead of sudo -A, just sudo, so at least it doesn't transfer the files to be copied/moved. I'll see how useful it is for my work. Thank you for your help and patience.