chrome-cli icon indicating copy to clipboard operation
chrome-cli copied to clipboard

Feature request: name window

Open equiman opened this issue 1 year ago • 0 comments

Would it be possible to add an option to name a window on opening a new window?

Something like this:

chrome-cli open <url> -n  [<name>] (Open url in new window)
chrome-cli open <url> -i  [<name>] (Open url in new incognito window)

I know it's possible using the CLI args using --window-name flag:

open -na "Google Chrome" --args --window-name="br" --new-window --incognito

equiman avatar Apr 03 '24 02:04 equiman