
Installation • Usage • Build Status • Contributing • License
fz is a simple tool for formatting go-fuzz output.
Usage demo

Installation
From source
To build the fz from scratch, make sure you have a working Go 1.15+ workspace (instructions), then:
go install github.com/essentialkaos/fz
Prebuilt binaries
You can download prebuilt binaries for Linux and OS X from EK Apps Repository:
bash <(curl -fsSL https://apps.kaos.st/get) fz
Usage
Usage: go-fuzz … |& fz
Options
--no-color, -nc Disable colors in output
--help, -h Show this help message
--version, -v Show version
Build Status
| Branch |
Status |
master |
 |
develop |
 |
Contributing
Before contributing to this project please read our Contributing Guidelines.
License
Apache License, Version 2.0
