chrome-cli
chrome-cli copied to clipboard
Control Google Chrome from the command line
I use `chrome-cli` to get a list of open URLs and the titles of their tabs, but in order to get this I need to run it twice, once with...
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...
Not sure this is correct. I'm not familiar with Xcode and just edited the file myself. In any case, xcodebuild(1) used to complain about the non-existent file in the destroot...
Is it possible to `Clear host cache` from `chrome://net-internals/#dns` page, and `Close idle sockets` and `Flush socket pools` from the `chrome://net-internals/#sockets` page via the chrome-cli?
chrome-cli v1.8.0 When chrome-cli fails to load a URL, it returns a status message of "Loading: No" yet it returns an exit status of "0", inferring that loading the URL...
chrome-cli: 1.8.0 macOS Catalina I have a script that cycles through a list of bookmarked URLs and opens them in a particular window via chrome-cli. Sometimes everything works fine, but...
As a `chrome-cli` user, I have multiple google chrome profiles: one for work and one for serous personal stuff and one for recreational personal stuff. I would like to be...
I have a LaunchAgent that attempts to look for `meet.google.com` in my browser tabs so that I can turn on a red "in-meeting" light. ``` $ cat $HOME/Library/LaunchAgents/com.lexicalunit.zoomwatcher.plist Label com.lexicalunit.zoomwatcher...
Chrome has various mechanisms to stop people simulating keypresses to the browser. This is all well and good from a security point of view, but it can be useful. Can...
Example: ``` [sorokine:~] brew install tmux [sorokine:~] tmux [sorokine:~] $ chrome-cli list links Waiting for chrome to start... 2019-06-17 11:11:02.805 chrome-cli[92274:18604346] Scripting Bridge could not launch application id com.google.Chrome. 2019-06-17...