Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CrLaunch

Launch a specific Chromium-based browser profile from the command line on macOS.

Usage

Double-click crlaunch.command or run it from a terminal. You'll be prompted to pick a profile, and the browser will open with that profile.

Setup

crlaunch.command reads its configuration from crlaunch.conf in the same directory. This file is gitignored, so you'll need to create it yourself.

Create crlaunch.conf with the two variables matching your browser:

Variable Description
datadir Path to the browser's user data
apppath Path to the browser's .app bundle

Example for Google Chrome:

datadir="$HOME/Library/Application Support/Google/Chrome"
apppath="/Applications/Google Chrome.app"

Example for Brave Browser:

datadir="$HOME/Library/Application Support/BraveSoftware/Brave-Browser"
apppath="/Applications/Brave Browser.app"

The file is sourced by zsh, so standard shell quoting and $HOME are supported.

Run crlaunch.command to launch.

About

A Python script to show a list of profiles from a Chromium-based browser.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages