inject clink into fork's git instance #670
-
I use fork client on windows that uses it's very own built-in instance (git for windows underhood), how can I inject clink everytime I launch the CLI from gui client? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
I'm having trouble understanding the question; I think some context needs to be provided.
Does "launch the CLI from gui client" launch an instance of Clink can only be injected into |
Beta Was this translation helpful? Give feedback.
-
@chrisant996 Sorry for lacking details - I was talking about the git GUI client called Fork (https://git-fork.com/) which comes with it's own git instance (Git for Windows), the CLI called from the GUI client is "bash.exe" (MSYS64) I'm not sure if I can configure the client to launch a different process on clicking the CLI icon, the only thing i'm aware is that |
Beta Was this translation helpful? Give feedback.
-
The only way I could get auto-completion feature and shell history lookup into |
Beta Was this translation helpful? Give feedback.
Clink injects into cmd.exe.
Bash is bash.exe. Bash cannot have Clink injected into it.