[Feat] Allow users to abort running commands #753
Replies: 5 comments
-
It's not safe to cancel a running git command directly. You can use |
Beta Was this translation helpful? Give feedback.
-
I think it is safe to send |
Beta Was this translation helpful? Give feedback.
-
GitExtension allow this behavior. And it is based on dotnet (I think) so maybe we can replicate their approach. |
Beta Was this translation helpful? Give feedback.
-
Their approach is Windows-only It is possible to use p/invoke and call whatever we need for the corresponding OS but that's cumbersome |
Beta Was this translation helpful? Give feedback.
-
I also intended to propose this feature. I've experienced significant delays cloning GitHub repositories in SourgeGit, with no option to cancel except by forcefully terminating the SourgeGit processes. Although the cloning issue can be problematic in itself, a dedicated cancel button would be a valuable addition. |
Beta Was this translation helpful? Give feedback.
-
Allow users to cancel running commands to avoid waiting until the error message is displayed.
Example
I tried to push a commit and I didn't have connectivity with the remote, so I had to wait until Sourcegit return an error
Beta Was this translation helpful? Give feedback.
All reactions