MacOS – Opening links on Mac Chrome app in Incognito Mode

google-chromemacosterminal

Is there a way to open a certain link with Chrome app Incognito Mode using the Terminal app on my Mac? (I want to input the link in the command as well).

Best Answer

To open a certain link with Google Chrome, use this command in terminal:

/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome 'http://example.com' --incognito

Simply edit http://example.com to any other URL you want to use.