Simple tool to reload a Chrome tab from command line, using Chrome's remote debugging protocol
$ chrome-remote-reload --help
Usage: chrome-remote-reload [-h=<host>] [-p=<port>]
Chrome Remote Debugging Page Reload tool
First, run Chrome remote debugger with: chrome --remote-debugging-port=9222
Options:
-h, --host="localhost" Chrome remote debugger host
-p, --port="9222" Chrome remote debugger port
See the GitHub releases
sudo apt-get install curl git mercurial make binutils bison gcc build-essential
bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)
source ~/.gvm/scripts/gvm
gvm install go1.7.4 --prefer-binary
gvm use go1.7.4 --default
go get github.com/jawher/mow.cli
go get golang.org/x/net/websocket
Use gox :
go get github.com/mitchellh/gox
gox