Skip to content

[Feature Request] Support any external tool #1077

Closed
@bla-bu

Description

@bla-bu

Hi,

I'm using SourceGit for Linux "under" WSL, version 2025.08. I wanted to configure some additional external tool that I could launch from within SourceGit. I created external_editors.json:

 {
    "tools": {
        "Visual Studio Code": "/usr/local/bin/code",
        "Notepad++": "/usr/local/bin/npp"
    }
}

And whereas "Visual Studio Code" is available and working nicely, npp is not added to the menu. Would be possible to extend this feature so that:

  • any tool can be added
  • icon for the tool can be configured
    ?

Thank you,

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions