Giter Site home page Giter Site logo

brotli-cli's Introduction

brotli CLI tool

brotli CLI tool v1.0.5 for compression (or decompression) files. Compiled from official sources as a static executable for using on some embedded devices. Tested on Alpine Linux 3.8

See Releases for binaries.

OPTIONS

  • -#: compression level (0-9); bigger values cause denser, but slower compression
  • -c, --stdout: write on standard output
  • -d, --decompress: decompress mode
  • -f, --force: force output file overwrite
  • -h, --help: display this help and exit
  • -j, --rm: remove source file(s); gzip (1)-like behaviour
  • -k, --keep: keep source file(s); zstd (1)-like behaviour
  • -n, --no-copy-stat: do not copy source file(s) attributes
  • -o FILE, --output=FILE output file; valid only if there is a single input entry
  • -q NUM, --quality=NUM: compression level (0-11); bigger values cause denser, but slower compression
  • -t, --test: test file integrity mode
  • -v, --verbose: increase output verbosity
  • -w NUM, --lgwin=NUM: set LZ77 window size (0, 10-24) (default: 22); window size is (2**NUM - 16); 0 lets compressor decide over the optimal value; bigger windows size improve density; decoder might require up to window size memory to operate
  • -S SUF, --suffix=SUF: output file suffix (default: .br)
  • -V, --version: display version and exit
  • -Z, --best: use best compression level (default); same as "-q 11"

Related links

brotli official repository

brotli is open-sourced under the MIT License.

brotli-cli's People

Contributors

vimux avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.