Skip to content

Instantly share code, notes, and snippets.

@T1T4N
Created July 16, 2024 10:23
Show Gist options
  • Save T1T4N/77ccc29445d1bf8e8da87509ddfe9af4 to your computer and use it in GitHub Desktop.
Save T1T4N/77ccc29445d1bf8e8da87509ddfe9af4 to your computer and use it in GitHub Desktop.
Open Microsoft Edge on macOS with a specified Workspace
# 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