Created
July 16, 2024 10:23
-
-
Save T1T4N/77ccc29445d1bf8e8da87509ddfe9af4 to your computer and use it in GitHub Desktop.
Open Microsoft Edge on macOS with a specified Workspace
This file contains 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
# Source: https://www.reddit.com/r/MicrosoftEdge/comments/16u0nuf/i_know_how_to_launch_edge_into_a_specific_profile/ | |
cat "$HOME/Library/Application Support/Microsoft Edge/Default/Workspaces/WorkspacesCache" | |
open -a '/Applications/Microsoft Edge.app/Contents/MacOS/Microsoft Edge' --args --profile-directory="ProfileName" --launch-workspace=<workspace-id> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment