inovex / CalendarSync

Stateless CLI tool to sync calendars across different calendaring systems.
MIT License
99 stars 13 forks source link

feat: add flag to not open the browser automatically #159

Closed alxndr13 closed 1 month ago

alxndr13 commented 2 months ago

Sometimes i want to authenticate using an incognito window, but calendarsync opens the auth dialog in the last recent window i used. To make sure i can select which browser, window or profile i want to use for the authentication, i can now add the flag --open-browser false to get a link which can be copied to the browser or window the user selects.

alxndr13 commented 1 month ago

@MichaelEischer thanks for the heads up. I had some changes that I hadn't committed yet. They are committed now, please take a look. :)

I was surprised when you mentioned that this variable wasn't used. I've been using my custom build for four weeks without issues, but I guess I need to commit my changes. 😄