prasmussen / chrome-cli

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

`open` needs protocol to work, otherwise opens blank tab #39

Open ajlowndes opened 8 years ago

ajlowndes commented 8 years ago

chrome-cli open google.com results in a new tab with "about:blank" in the title bar. chrome-cli open www.google.com also does exactly the same. but chrome-cli open http://google.com or chrome-cli open http://www.google.com works as expected. Can you make it so that the http:// protocol is optional? If we need a different protocol we can type that in instead. Thanks