Hacker News new | ask | show | jobs
by sid0 5401 days ago
Shouldn't actually take more than 5 minutes of you writing a few scripts.

  open: firefox --no-remote -P <profile>
  create: firefox -CreateProfile <new name>
  delete: rm -rf <location of profile>, e.g. %APPDATA%\Mozilla\Firefox\<profile name> on Windows
  clone: cp -R <location of profile> <new name>