chrome-remote-reload

command module
v0.0.0-...-c7c9316 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 12, 2017 License: MIT Imports: 7 Imported by: 0

README

Chrome Remote Debugging Page Reload

Simple tool to reload a Chrome tab from command line, using Chrome's remote debugging protocol

Usage

$ 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

Installation from binaries

See the GitHub releases

Installation from sources

Install Go
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
Install packages
go get github.com/jawher/mow.cli
go get golang.org/x/net/websocket
Cross compile

Use gox :

go get github.com/mitchellh/gox
gox

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL