starfixdev / starfix

Utility to easily open and operator on source code via url links from your browser
Apache License 2.0
26 stars 21 forks source link

Provide default config for Mac OS #109

Open zedbeit opened 1 year ago

zedbeit commented 1 year ago

At the moment default config is only setup for Windows and Linux. It will be nice to also have it setup for Mac.

You can start looking from this file. https://github.com/starfixdev/starfix/blob/950b5199c90316bf5789e38d12c08ff96cf2849d/cli/src/main/java/dev/starfix/Starfix.java#L161 and also you can check these merged PRs to look at the implementations for guidance. https://github.com/starfixdev/starfix/pull/102 and https://github.com/starfixdev/starfix/pull/99

zedbeit commented 1 year ago

@fahad-israr can you make this a good first issue?

fahad-israr commented 1 year ago

@fahad-israr can you make this a good first issue?

sure

kanha-gupta commented 1 year ago

@fahad-israr I'll submit a pr by tomorrow.