Jesse Duffield

Results 532 comments of Jesse Duffield

Damn this is tricky. Does anybody know what might be a better way of linking containers to services?

Just stumbled upon this PR. I'd love to have this functionality. Is anything blocking this currently @danielmorrison ?

Thanks for the report. This is very strange indeed. We use this package for killing processes: https://github.com/jesseduffield/kill The windows code is fairly convoluted, and it wouldn't surprise me if the...

yep that sounds good to me! If you can find a way to have the ouput get read into a popup panel as it goes, that would be awesome cos...

Damn. I wanted go-git to be the answer to platform independence and having to do less guesswork parsing the string output of the cli git commands but im starting to...

I've reverted to using the CLI command in https://github.com/jesseduffield/lazygit/commit/4cd2d7065993a8dfbb0f933177b128990f699e28

The main limitation currently is that a pre commit command can be any program and often it spits out random terminal characters telling the cursor to move to different positions,...

Sounds good to me: we currently replace spaces with hyphens in `sanitizedBranchName` in `pkg\gui\controllers\helpers\refs_helper.go`. We just need to add a new config key `gui.branchWhitespaceChar` and default it to a hyphen....

Sounds good :) Reach out if you need any pointers