A CLI tool to launch Firefox with a selected profile name.
For now, clone this repository and from within the directory of the repository run the following command:
sudo npm i -g .
# Once ffpl is added to npm
sudo npm i -g ffpl
Run the following command to launch Firefox with a selected profile:
ffpl
- Add argument. e.g.
ffpl profile
should fuzzy search for "profile" - launch if 1 is found & provide options if none or multiple are found. - Pinned profiles, configurable using a .conf file
- Make it cross platform
- Publish as an npm package named
ffpl