SirJson / molz4me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

molz4me

A small wrapper around the mozlz4 to decompress and compress mozlz4 files. Nothing fancy.

Usage

molz4me 0.1.0
Decompresses and compresses mozlz4 files found in Firefox

USAGE:
    molz4me [OPTIONS] <INPUT> <OUPUT>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
        --color <color>          Colorize output [possible values: Never, Always, Ansi, Auto]
    -c, --compress <compress>    Compress instead of decompress the input (true/false)

ARGS:
    <INPUT>    The file to convert
    <OUPUT>    The desired output file

Examples

Decompress

molz4me search.json.mozlz4 search.json

Compress

molz4me search.json search.json.mozlz4 --compress true

About

License:The Unlicense


Languages

Language:Rust 100.0%