Home

Awesome

chrome-log-beautifier

travis issues license contributors Snap Status

Make Chrome logs fancy.

logo

Features:

Potential improvements:

Usage

chrome-log-beautifier logfile

Or you can even stream the logs:

chrome --v=2 2>&1 | chrome-log-beautifier

Installation:

Precompiled package

Debian and snap packages are available on this page.

Compile from source

Install build tools:

  sudo apt install git cmake build-essential

Build & install chrome-log-beautifier

  git clone https://github.com/ArthurSonzogni/chrome-log-beautifier
  cd chrome-log-beautifier
  mkdir build
  cd build
  cmake ..
  make -j
  sudo make install