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
I'm using Lumen for creating commit messages from the current staged files. Then I'm copying the message into the Lazy commit message window, make some changes and commit it.
I would like to automate it somehome. What I have now is a custom command, that is calling the lumen draft | wl-copy command which is generating and copying it to the clipboard.
How do I extend the command to open the commit message dialog afterward and execute the built-in paste command there, so that I can continue with editing the commit message.
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'm using Lumen for creating commit messages from the current staged files. Then I'm copying the message into the Lazy commit message window, make some changes and commit it.
I would like to automate it somehome. What I have now is a custom command, that is calling the
lumen draft | wl-copy
command which is generating and copying it to the clipboard.How do I extend the command to open the commit message dialog afterward and execute the built-in paste command there, so that I can continue with editing the commit message.
Beta Was this translation helpful? Give feedback.
All reactions