From the macOS Terminal, use open
with the -a
flag and give the name of the app you want to open. In this case “Google Chrome”. You may pass it a file or URL you want it to open with.
open -a "Google Chrome" index.html
From the macOS Terminal, use open
with the -a
flag and give the name of the app you want to open. In this case “Google Chrome”. You may pass it a file or URL you want it to open with.
open -a "Google Chrome" index.html