prasmussen / chrome-cli

Control Google Chrome from the command line
MIT License
2.61k stars 89 forks source link

Ability to open in application mode #71

Open jinusean opened 2 years ago

jinusean commented 2 years ago

Goal is to load a window without the address and currently the only way to do it is in application mode:

/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --app="http://www.google.com"

Is there a way to do this via chrome-cli?