Skip to content

FireFox Profile Launcher Command Line (CLI) Node.js App

License

Notifications You must be signed in to change notification settings

fayazmiraz/ffpl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FFPL (FireFox Profile Launcher)

A CLI tool to launch Firefox with a selected profile name.

Installation

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

Usage

Run the following command to launch Firefox with a selected profile:

ffpl

TODO

  • 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