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

feat: have all config via cli and have default provide for picocli #71

Closed maxandersen closed 3 years ago

maxandersen commented 3 years ago

I got tired of having to edit the config to try things out so changed config reading to be default provider for picocli so config will provide defaults but you can override with command line arguments.

fahad-israr commented 3 years ago

This is quite a good thing. In future we can have this thing integrated with the browser extension as well. (i.e The user can chose to open with the existing configurations in config file or can chose a one time configuration to launch starfix)

fahad-israr commented 3 years ago