Jesse Duffield
Jesse Duffield
scratch that, if I download ydiff directly it works, but it looks like the pip and homebrew versions aren't up to date with master
That works great, thanks
@billy1624 if you point me in the right direction I can give it a go, though no promises on how soon I can get around to it :)
@Frassle I have a use case for running a db migration step before re-deploying a service. Would you advise looking into the command package or the automation API to facilitate...
Sorry for the late re-review @moha-gh , I'm happy with the direction you've taken. Let me know when it's ready for another pass
This could also be a good candidate for a pre-set custom command. See https://github.com/jesseduffield/lazygit/wiki/Custom-Commands-Compendium It's much easier to implement features if a user has created a custom command for it...
> @jesseduffield should we maybe make command to be an array? So we can make a list of commands to be executed? I reckon it's up to the user to...
@mark2185 there's a good chance it's much easier to implement now than it was back then (thanks to being able to suspend the application more easily and switch to a...
We listen for this message and handle it more gracefully but unfortunately we don't listen for any language other than english. Using a git plumbing command would be beneficial here
Code looks good @nitinmewar , you'll just need to fix those conflicts.