COX - Log Parser CLI

GitHub

Introduction

The COX CLI is a dummy CLI that can only find key=value in a files which can be parse to json. I'll make it smarter eventually as something close to awk.

Features

Installation

To install COX, you can use Cargo, the Rust package manager. Run the following command in your terminal:

cargo install cox

Alternatively, you can build from source:

git clone https://github.com/paahaad/cox
cd cox
cargo build --release

After installation,Move the binary to /usr/local/bin can export the path. you can start using the tool by running:

cox --help