16 ms·I do `open -n "/Applications/Firefox.app" --args -p myprofilename` and that does the trick on macby rc_kas 11mo agoI do `open -n "/Applications/Firefox.app" --args -p myprofilename` and that does the trick on macUltraSane 11mo agoOn windows powershell I do Start-Process "C:\Program Files\Mozilla Firefox\firefox.exe" -ArgumentList "-P default-release" Which is the exact same idea.hosteur 10mo agoHow does that integrate with the "Dock" or menu bar at the bottom? (new to Mac)