Skip to content

Instantly share code, notes, and snippets.

@TyrfingMjolnir
Last active July 21, 2023 10:36
Show Gist options
  • Save TyrfingMjolnir/2147e744c675347a6ad43b16ec9d1388 to your computer and use it in GitHub Desktop.
Save TyrfingMjolnir/2147e744c675347a6ad43b16ec9d1388 to your computer and use it in GitHub Desktop.
How to launch Firefox from command line

To see which profiles are in your user:

ls -lAh ~/Library/Application\ Support/Firefox/Profiles

If you would like to add and / or manage profiles:

/Applications/Firefox\ Developer\ Edition.app/Contents/MacOS/firefox -p

As pr example to launch an instance of FireFox named: Purchasing do the following:

/Applications/Firefox\ Developer\ Edition.app/Contents/MacOS/firefox -P Purchasing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment