**My use case** I open repos via the command line (or via a custom "Send to" link in Windows) like this: ``` .\SourceGit.exe C:\Dev\xxx ``` **The Problem** Currently this always opens a new instance of SourceGit. **What do I want** It would be nice if SourceGit would open the repo in a new tab in my current instance/workspace. As I know that not everyone wants this behavior it should be configurable in the options *I hope this is not a duplicate as I searched for similar issues* Thanks for maybe considering this 😊