Created
February 3, 2020 22:30
-
-
Save ppmx/ac8b7068fd53004dd9da66cd8433a238 to your computer and use it in GitHub Desktop.
List Names of Chromium Profiles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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