You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The use case is to take all of the pending changes in the current index and put them into the X clipboard for pasting elsewhere (like github review comments). As it stands, the command takes two keypresses to complete: the initial Y, and then a Return because of subprocess: yes. I would like to get rid of the subprocess, but not doing so causes the command to seemingly spin endlessly, even though the code block is available in the system clipboard:
I suspect this is because of the pipe redirection. Is there an easy lazygit-config-only way I can make this work in only the one Y keypress?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have the following custom command definition:
The use case is to take all of the pending changes in the current index and put them into the X clipboard for pasting elsewhere (like github review comments). As it stands, the command takes two keypresses to complete: the initial Y, and then a Return because of
subprocess: yes
. I would like to get rid of the subprocess, but not doing so causes the command to seemingly spin endlessly, even though the code block is available in the system clipboard:I suspect this is because of the pipe redirection. Is there an easy lazygit-config-only way I can make this work in only the one Y keypress?
Beta Was this translation helpful? Give feedback.
All reactions