Jesse Duffield
Jesse Duffield
Ah yes, the easiest feature to implement is the one that's already implemented haha. Good work everyone.
Our hope rests on the fate of this PR: https://github.com/creack/pty/pull/155
This should be easy to implement, just a matter of going to `pkg/commands/oscommands/os.go` and updating the `CopyToClipboard` function to support a configured command ```diff diff --git a/pkg/commands/oscommands/os.go b/pkg/commands/oscommands/os.go index 78dad7a8e..f51539a78...
@socketbox now that we have a worktrees view, can we close this off?
@willparsons it's okay for us to have basic git clone functionality. We can add the form approach later. After cloning we should ask the user if they want to switch...
I'm working on migrating integration tests to the new format and I've been able to somewhat consistently reproduce the error on this PR: https://github.com/jesseduffield/lazygit/pull/2329 by running: ```sh go run cmd/integration_test/main.go...
Has anybody had this issue since 0.39.3? We've added retry logic for when the index.lock file is temporarily in use
Closing until somebody has the issue again
Closing due to inactivity
I'm against this idea because I imagine that some users have keybinding combos memorised where they need to do commit from the files panel so they press `5+c`, and I...