Jesse Duffield
Jesse Duffield
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...
yeah it sounds like a gocui issue: quite possibly the same issue that https://github.com/jesseduffield/lazygit/issues/1516 talks about (there's a PR up to address that but it's stale)
@Mihai22125 you certainly can. Let me know if you need any guidance. The only file that needs to change (as far as I can tell) is `pkg/gui/services/custom_commands/handler_creator.go` so I'd have...
@Ryooooooga @mjarkk @ryand67 You may be interested in this
This is very close to merge. Took me a while to get a structure that I liked
Nice, I'm honestly fine with you sending a PR whenever. We could merge it behind a feature flag (i.e. `if false {`) and do a follow-up PR to remove the...
@tuxpeople can you give https://github.com/jesseduffield/lazygit/pull/1011 a go?
@tuxpeople looks like the only error there is about the unnecessary strconv import. That's now been fixed on master, could you retry?
I've released version v0.23.1 now @tuxpeople if you want to give it another go
@tuxpeople looks like that test has failed to find the root directory (it assumes `/builds/tuxpeople/aports` is the one). What directory would be the lazygit root directory? I.e. the one with...