ben-gibson / GitLink

A Jetbrains plugin that opens a local file under Git version control in its remote host using the default browser.
https://plugins.jetbrains.com/plugin/8183-gitlink
MIT License
671 stars 58 forks source link

Allow domains without `.` in them #253

Closed huyz closed 1 year ago

huyz commented 1 year ago

I use SSH aliases in order to support multiple GitHub accounts as described in https://gist.github.com/oanhnn/80a89405ab9023894df7

This means that I have a ton of repos configured with URLs like: url = git@github-huyz:ben-gibson/GitLink.git

But GitLink doesn't allow me to enter github-huyz in the list of domains for GitHub because it requires a . in the name. Please allow arbitrary strings for the domains. We know what we're doing :)

alanfung commented 1 year ago

+1, running into this issue right now.

ben-gibson commented 1 year ago

I think this should now be resolved in the latest version 4.2.5.

huyz commented 1 year ago

@ben-gibson thank you!