FredrikNoren / ungit

The easiest way to use git. On any platform. Anywhere.
MIT License
10.43k stars 636 forks source link

Add option to open ungit in a new window #1188

Open allentiak opened 5 years ago

allentiak commented 5 years ago

Hi, Could you consider adding an option to enable forcing ungit open a new browser window? Sometimes I have a lot of windows and tabs already open, and I would like to avoid mixing workflows...

Something like --new-window or -nw

Thanks!

veloek commented 4 years ago

I guess you could always override the launch command, e.g. ungit --launchBrowser=0 --launchCommand "chrome --new-window %U".