Skip to content

Instantly share code, notes, and snippets.

@ppmx
Created February 3, 2020 22:30
Show Gist options
  • Select an option

  • Save ppmx/ac8b7068fd53004dd9da66cd8433a238 to your computer and use it in GitHub Desktop.

Select an option

Save ppmx/ac8b7068fd53004dd9da66cd8433a238 to your computer and use it in GitHub Desktop.
List Names of Chromium Profiles
ls .config/chromium | grep -E "^Profile [0-9]*$" | while read x; do echo "$x: $(cat .config/chromium/$x/Preferences | jq '. | .profile.name')"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment