Y
Hacker News
new
|
ask
|
show
|
jobs
by
rc_kas
220 days ago
I do `open -n "/Applications/Firefox.app" --args -p myprofilename` and that does the trick on mac
2 comments
UltraSane
220 days ago
On windows powershell I do Start-Process "C:\Program Files\Mozilla Firefox\firefox.exe" -ArgumentList "-P default-release" Which is the exact same idea.
link
hosteur
218 days ago
How does that integrate with the "Dock" or menu bar at the bottom? (new to Mac)
link