chrome-cli
chrome-cli copied to clipboard
`open` needs protocol to work, otherwise opens blank tab
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